]> git.wh0rd.org Git - nano.git/commitdiff
comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 21 Sep 2006 01:48:54 +0000 (01:48 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 21 Sep 2006 01:48:54 +0000 (01:48 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3879 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/files.c

index 09f9fb59a3bd8ba2cd5f08623cdc319b4685b4c6..1d46917e1384a873c5387e54c7c6225153093590 100644 (file)
@@ -1162,9 +1162,9 @@ bool check_operating_dir(const char *currpath, bool allow_tabcomp)
 
     fullpath = get_full_path(currpath);
 
-    /* fullpath == NULL means some directory in the path doesn't exist
-     * or is unreadable.  If allow_tabcomp is FALSE, then currpath is
-     * what the user typed somewhere.  We don't want to report a
+    /* If fullpath is NULL, it means some directory in the path doesn't
+     * exist or is unreadable.  If allow_tabcomp is FALSE, then currpath
+     * is what the user typed somewhere.  We don't want to report a
      * non-existent directory as being outside the operating directory,
      * so we return FALSE.  If allow_tabcomp is TRUE, then currpath
      * exists, but is not executable.  So we say it isn't in the