]> git.wh0rd.org Git - nano.git/commitdiff
fix inaccurate comment
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 29 Jul 2006 21:40:32 +0000 (21:40 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 29 Jul 2006 21:40:32 +0000 (21:40 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3824 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/color.c

index 57d0a9cbd49bd58ba1d4dfd8f448610e861baf05..8a2985852ca988c10bf6a694e632309b8d0408f5 100644 (file)
@@ -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;