diff --git a/src/files.c b/src/files.c
index 0497f2abe762975e6c6f487ad767e131f5f0cfbb..3ca03e55a1c361fa9da56c0248c844ee68a60244 100644
--- a/src/files.c
+++ b/src/files.c
@@ -2503,7 +2503,7 @@ char *do_browser(char *path, DIR *dir)
 	     * per row below. */
 	struct stat st;
 	char *new_path;
-	    /* Used by the Go To Directory prompt. */
+	    /* Used by the "Go To Directory" prompt. */
 #ifndef DISABLE_MOUSE
 	MEVENT mevent;
 #endif