diff --git a/src/browser.c b/src/browser.c
index f9caa11788290f1c3904d24b43f930f2e7a1582a..c279612d3ba102d06f806aa917411fffdccc94eb 100644
--- a/src/browser.c
+++ b/src/browser.c
@@ -44,8 +44,8 @@ static size_t selected = 0;
 static bool search_last_file = FALSE;
 	/* Have we gone past the last file while searching? */
 
-/* Our browser function.  path is the tilde-expanded path to start
- * browsing from. */
+/* Our main file browser function.  path is the tilde-expanded path to
+ * start browsing from. */
 char *do_browser(char *path, DIR *dir)
 {
     char *retval = NULL;
diff --git a/src/help.c b/src/help.c
index 749898bf84e0e3008e2804386d62b9eb1504e0bb..d94f2ee1e7d4a8b3927e2af7555cb3d88ab6cf58 100644
--- a/src/help.c
+++ b/src/help.c
@@ -32,8 +32,8 @@
 static char *help_text = NULL;
 	/* The text displayed in the help window. */
 
-/* Our dynamic, shortcut list-compliant help function.  refresh_func is
- * the function we will call to refresh the edit window.*/
+/* Our main help browser function.  refresh_func is the function we will
+ * call to refresh the edit window.*/
 void do_help(void (*refresh_func)(void))
 {
     int kbinput = ERR;