summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-11-13 23:14:36 +0000
committerRoland McGrath <roland@redhat.com>1992-11-13 23:14:36 +0000
commit9e258d2369bb78eb2a012dc35be18b317382a70f (patch)
tree41772e2068da20f22a96b0b817211174bbf8d960
parent1ab478ef4823018bbf251c2870f80afd057760d4 (diff)
downloadgunmake-9e258d2369bb78eb2a012dc35be18b317382a70f.tar.gz
Formerly rule.c.~9~
-rw-r--r--rule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rule.c b/rule.c
index 945e16c..e0ca6f4 100644
--- a/rule.c
+++ b/rule.c
@@ -237,7 +237,7 @@ convert_to_pattern ()
/* Install the pattern rule RULE (whose fields have been filled in)
at the end of the list (so that any rules previously defined
will take precedence). If this rule duplicates a previous one
- (identical target and dependents), the old one is replaced
+ (identical target and dependencies), the old one is replaced
if OVERRIDE is nonzero, otherwise this new one is thrown out.
When an old rule is replaced, the new one is put at the end of the
list. Return nonzero if RULE is used; zero if not. */