aboutsummaryrefslogtreecommitdiff
path: root/libbuild2
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-07-21 10:41:31 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-07-21 10:41:31 +0200
commit778342d1d96396919d7884e02be2ba98ac7d157b (patch)
treedc41e764d55bfbd081e24fb5c9975ba14b2106a9 /libbuild2
parent317e2cb68753c7b89783a3c829ba53889a370f8c (diff)
Fix incorrect documentation in dyndep_rule API
Diffstat (limited to 'libbuild2')
-rw-r--r--libbuild2/dyndep.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/dyndep.hxx b/libbuild2/dyndep.hxx
index bbda030..a0949c4 100644
--- a/libbuild2/dyndep.hxx
+++ b/libbuild2/dyndep.hxx
@@ -36,7 +36,7 @@ namespace build2
// target.
//
// Return the indication of whether it has changed or, if the passed
- // timestamp is not timestamp_unknown, is older than this timestamp. If
+ // timestamp is not timestamp_unknown, is newer than this timestamp. If
// the prerequisite target does not exists nor can be generated (no rule),
// then issue diagnostics and fail if the fail argument is true and return
// nullopt otherwise.