diff --git a/src/prompt.c b/src/prompt.c
index 9820749f12b439c24100b489db2dcb3adcb4fdd2..276cf90548550aa7587b25bc6eb17b84c4656b45 100644
--- a/src/prompt.c
+++ b/src/prompt.c
@@ -845,8 +845,7 @@ size_t get_statusbar_page_start(size_t start_col, size_t column)
 
 /* Repaint the statusbar when getting a character in
  * get_prompt_string().  The statusbar text line will be displayed
- * starting with curranswer[index].  Assume the A_REVERSE attribute is
- * turned off. */
+ * starting with curranswer[index]. */
 void update_statusbar_line(const char *curranswer, size_t index)
 {
     size_t start_col, page_start;