]> git.wh0rd.org Git - nano.git/commitdiff
comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 4 Jul 2006 21:47:06 +0000 (21:47 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 4 Jul 2006 21:47:06 +0000 (21:47 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3733 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/browser.c

index 8966c87b467f4352e6ea1bdd926458eb860c354b..d0eb60d940ae57b49c38481f295ad48ea3ad5f2f 100644 (file)
@@ -31,7 +31,7 @@
 #ifndef DISABLE_BROWSER
 
 static char **filelist = NULL;
-       /* The list of files to display in the browser. */
+       /* The list of files to display in the file browser. */
 static size_t filelist_len = 0;
        /* The number of files in the list. */
 static int width = 0;