]> git.wh0rd.org Git - nano.git/commitdiff
minor comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 26 Feb 2004 21:09:28 +0000 (21:09 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 26 Feb 2004 21:09:28 +0000 (21:09 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1667 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/rcfile.c

index 3df71e82d2be9c643b77d0a804c45587c7f3d075..e15379c90d52fe9a43c821cdfd92c2f8c58dfd0b 100644 (file)
@@ -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);