diff --git a/src/browser.c b/src/browser.c
index 8966c87b467f4352e6ea1bdd926458eb860c354b..d0eb60d940ae57b49c38481f295ad48ea3ad5f2f 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;