diff options
Diffstat (limited to 'libbuild2/algorithm.hxx')
-rw-r--r-- | libbuild2/algorithm.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/algorithm.hxx b/libbuild2/algorithm.hxx index 11e655b..a0f8cd6 100644 --- a/libbuild2/algorithm.hxx +++ b/libbuild2/algorithm.hxx @@ -440,7 +440,7 @@ namespace build2 // // Note that there will be no way to rematch on options change (since there // is no rule), so passing anything other than all_options is most likely a - // bad idea. + // bad idea. Passing 0 for options is illegal. // void match_recipe (target_lock&, |