]> git.wh0rd.org Git - nano.git/commitdiff
comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 28 Jun 2005 17:35:20 +0000 (17:35 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 28 Jun 2005 17:35:20 +0000 (17:35 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2786 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/files.c

index 0497f2abe762975e6c6f487ad767e131f5f0cfbb..3ca03e55a1c361fa9da56c0248c844ee68a60244 100644 (file)
@@ -2503,7 +2503,7 @@ char *do_browser(char *path, DIR *dir)
             * per row below. */
        struct stat st;
        char *new_path;
-           /* Used by the Go To Directory prompt. */
+           /* Used by the "Go To Directory" prompt. */
 #ifndef DISABLE_MOUSE
        MEVENT mevent;
 #endif