diff --git a/src/rcfile.c b/src/rcfile.c
index 5f7fc2ab48758dd1f9a954ee6272527ef86ab438..a6285124e48d84c137b16ac77b9290c5be103a4b 100644
--- a/src/rcfile.c
+++ b/src/rcfile.c
@@ -107,7 +107,7 @@ static colortype *endcolor = NULL;
 #endif
 
 /* We have an error in some part of the rcfile.  Put it on stderr and
- * make the user hit return to continue starting up nano. */
+ * make the user hit Return to continue starting up nano. */
 void rcfile_error(const char *msg, ...)
 {
     va_list ap;
diff --git a/src/winio.c b/src/winio.c
index 335cabe59013c2ec8749d6da23af5163eb6e5521..7bb7366f003dba3fca671f102c65cf6fb99a5b73 100644
--- a/src/winio.c
+++ b/src/winio.c
@@ -1511,8 +1511,8 @@ bool get_mouseinput(int *mouse_x, int *mouse_y, bool allow_shortcuts)
 		currslen = MAIN_VISIBLE;
 	}
 
-	/* Calculate the width of each shortcut in the list (it's the
-	 * same for all of them). */
+	/* Calculate the width of each shortcut in the list.  It's the
+	 * same for all of them. */
 	if (currslen < 2)
 	    i = COLS / 6;
 	else