diff --git a/src/files.c b/src/files.c index 0497f2ab..3ca03e55 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