diff options
Diffstat (limited to 'libbuild2/operation.hxx')
-rw-r--r-- | libbuild2/operation.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/operation.hxx b/libbuild2/operation.hxx index de3ae7c..e115ac0 100644 --- a/libbuild2/operation.hxx +++ b/libbuild2/operation.hxx @@ -124,8 +124,8 @@ namespace build2 void (*operation_post) (const values&, operation_id); void (*meta_operation_post) (const values&); - // Optional prerequisite inclusion/exclusion override callback. See - // include() for details. + // Optional prerequisite exclusion override callback. See include() for + // details. Note that it's not called for include_type::normal; // include_type (*include) (action, const target&, |