]> git.wh0rd.org Git - nano.git/commitdiff
yet another comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 5 Jul 2006 02:35:03 +0000 (02:35 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 5 Jul 2006 02:35:03 +0000 (02:35 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3744 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/browser.c

index 4af4644577a745ca13e2b028024f5e7618a6e47b..5f5ad6a40758225051f7c1de7b1b396967c16192 100644 (file)
@@ -72,7 +72,7 @@ char *do_browser(char *path, DIR *dir)
     UNSET(CONST_UPDATE);
 
   change_browser_directory:
-       /* We go here after the user selects a new directory. */
+       /* We go here after we select a new directory. */
 
     /* Start with no key pressed. */
     kbinput = ERR;