From 9f2e3f7654fc8136c62fac27ecc0f7a7be202c2c Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Tue, 4 Jul 2006 21:47:06 +0000
Subject: [PATCH] comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3733 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 src/browser.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/browser.c b/src/browser.c
index 8966c87b..d0eb60d9 100644
--- a/src/browser.c
+++ b/src/browser.c
@@ -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;
-- 
GitLab