diff --git a/src/text.c b/src/text.c
index ad9f5b2674af01b992febe1b616ad818e42e4f04..826f31465b5d2fdccf6a2b7c005165ab4df43141 100644
--- a/src/text.c
+++ b/src/text.c
@@ -150,7 +150,7 @@ void do_delete(void)
 }
 
 /* Backspace over one character.  That is, move the cursor left one
- * character, and then delete the character there. */
+ * character, and then delete the character under the cursor. */
 void do_backspace(void)
 {
     if (openfile->current != openfile->fileage ||