From 778342d1d96396919d7884e02be2ba98ac7d157b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 21 Jul 2023 10:41:31 +0200 Subject: Fix incorrect documentation in dyndep_rule API --- libbuild2/dyndep.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/dyndep.hxx') 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. -- cgit v1.1