diff options
Diffstat (limited to 'libbuild2/config/operation.hxx')
-rw-r--r-- | libbuild2/config/operation.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/config/operation.hxx b/libbuild2/config/operation.hxx index 1b4a452..79539b5 100644 --- a/libbuild2/config/operation.hxx +++ b/libbuild2/config/operation.hxx @@ -31,8 +31,8 @@ namespace build2 using project_set = std::set<const scope*>; // Pointers for comparison. // If inherit is false, then don't rely on inheritance from outer scopes - // (used for config.export). In this case the already configured project - // set can be empty. + // (used for config.config.save/$config.save()). In this case the already + // configured project set can be empty. // void save_config (const scope& rs, |