From: David Lawrence Ramsey Date: Thu, 26 Feb 2004 21:09:28 +0000 (+0000) Subject: minor comment fix X-Git-Tag: v1.3.2~37 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=60b942c64f3781d6b28aba6dcde05300809e0fb6;p=nano.git minor comment fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1667 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- 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);