aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.c b/build.c
index aedb455..f0b497e 100644
--- a/build.c
+++ b/build.c
@@ -124,7 +124,7 @@ main(int argc, char *argv[])
cleantgt(&tgt);
cleandep(&dep);
- /* Build immediately if target is newer than source. */
+ /* Build immediately if source is newer than target. */
dd("%s: target '%s'\n", argv[i], tgt);
if (stat(argv[i], &sb))
err(1, argv[i]);