diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-07-21 10:41:31 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-07-21 10:41:31 +0200 |
commit | 778342d1d96396919d7884e02be2ba98ac7d157b (patch) | |
tree | dc41e764d55bfbd081e24fb5c9975ba14b2106a9 | |
parent | 317e2cb68753c7b89783a3c829ba53889a370f8c (diff) |
Fix incorrect documentation in dyndep_rule API
-rw-r--r-- | libbuild2/dyndep.hxx | 2 |
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. |