Comment fix.
authorRoland McGrath <roland@redhat.com>
Thu, 29 Sep 1994 19:52:49 +0000 (19:52 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 29 Sep 1994 19:52:49 +0000 (19:52 +0000)
implicit.c

index 4806f6a..947ab4a 100644 (file)
@@ -262,7 +262,7 @@ pattern_search (file, archive, depth, recursions)
     }
 
   /* If we have found a matching rule that won't match all filenames,
-     retroactively reject any "terminal" rules that do always match.  */
+     retroactively reject any non-"terminal" rules that do always match.  */
   if (specific_rule_matched)
     for (i = 0; i < nrules; ++i)
       if (!tryrules[i]->terminal)