diff --git a/src/color.c b/src/color.c
index 57d0a9cbd49bd58ba1d4dfd8f448610e861baf05..8a2985852ca988c10bf6a694e632309b8d0408f5 100644
--- a/src/color.c
+++ b/src/color.c
@@ -138,9 +138,8 @@ void color_update(void)
 	    exttype *e;
 
 	    /* If this is the default syntax, it has no associated
-	     * extensions.  (We've checked for this and for duplicate
-	     * syntax names elsewhere.)  Skip over it here, but keep
-	     * track of its color regexes. */
+	     * extensions, which we've checked for elsewhere.  Skip over
+	     * it here, but keep track of its color regexes. */
 	    if (strcmp(tmpsyntax->desc, "default") == 0) {
 		defcolor = tmpsyntax->color;
 		continue;