From: David Lawrence Ramsey Date: Wed, 5 Jul 2006 02:35:03 +0000 (+0000) Subject: yet another comment fix X-Git-Tag: v1.9.99pre1~117 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=051e953f174eec63f32d7680e5c6fe83517328c7;p=nano.git yet another comment fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3744 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/browser.c b/src/browser.c index 4af46445..5f5ad6a4 100644 --- a/src/browser.c +++ b/src/browser.c @@ -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;