summaryrefslogtreecommitdiff
path: root/remake.c
diff options
context:
space:
mode:
Diffstat (limited to 'remake.c')
-rw-r--r--remake.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/remake.c b/remake.c
index af559ac..182cc8c 100644
--- a/remake.c
+++ b/remake.c
@@ -323,8 +323,8 @@ update_file (file, depth)
return 0;
}
- /* This loop runs until we start a double colon rule, or until the
- chain is exhausted. */
+ /* This loop runs until we start commands for a double colon rule, or until
+ the chain is exhausted. */
for (; f != 0; f = f->prev)
{
f->considered = considered;