From 60b942c64f3781d6b28aba6dcde05300809e0fb6 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 26 Feb 2004 21:09:28 +0000 Subject: [PATCH] minor comment fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1667 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/rcfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rcfile.c b/src/rcfile.c index 3df71e82..e15379c9 100644 --- a/src/rcfile.c +++ b/src/rcfile.c @@ -667,7 +667,7 @@ void do_rcfile(void) if (!ISSET(NO_RCFILE)) { #if defined(DISABLE_ROOTWRAP) && !defined(DISABLE_WRAPPING) - /* If we've already read $SYSCONFDIR/nanorc (if it's there), we're + /* If we've already read SYSCONFDIR/nanorc (if it's there), we're root, and --disable-wrapping-as-root is used, turn wrapping off */ if (euid == 0) SET(NO_WRAP); -- 2.39.5