diff options
author | Roland McGrath <roland@redhat.com> | 1994-09-29 19:52:49 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1994-09-29 19:52:49 +0000 |
commit | e97d6632b55eef2ae88bda4c1e0708cb8503d140 (patch) | |
tree | 98bfa35d8031d13f63f7d877e8714bfb44638702 /implicit.c | |
parent | e3d013a79a552494e966a71267cb955d2880e07d (diff) | |
download | gunmake-e97d6632b55eef2ae88bda4c1e0708cb8503d140.tar.gz |
Comment fix.
Diffstat (limited to 'implicit.c')
-rw-r--r-- | implicit.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |