diff --git a/src/color.c b/src/color.c
index 6e6d39675100425c77eef2d2e82867eeea20c6e6..54c4a66e546923687c1d5b83da0a0178b63f0183 100644
--- a/src/color.c
+++ b/src/color.c
@@ -30,8 +30,8 @@
 
 #ifdef ENABLE_COLOR
 
-/* For each syntax list entry, we go through the list of colors and
- * assign color pairs. */
+/* For each syntax list entry, go through the list of colors and assign
+ * color pairs. */
 void set_colorpairs(void)
 {
     const syntaxtype *this_syntax = syntaxes;