From f9f8cc36e481f8579db916c997d1ab29135d73ff Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Sat, 29 Jul 2006 21:40:32 +0000
Subject: [PATCH] fix inaccurate comment

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3824 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 src/color.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/color.c b/src/color.c
index 57d0a9cb..8a298585 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;
-- 
GitLab