aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package-configuration.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/package-configuration.hxx')
-rw-r--r--bpkg/package-configuration.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bpkg/package-configuration.hxx b/bpkg/package-configuration.hxx
index 3ff7b59..afc3dba 100644
--- a/bpkg/package-configuration.hxx
+++ b/bpkg/package-configuration.hxx
@@ -184,11 +184,11 @@ namespace bpkg
small_vector<dependent_config_variable_values, 2> change_history_;
};
- // Up-negotiate the configuration for the specified dependencies of the
+ // Negotiate the configuration for the specified dependencies of the
// specified dependent. Return true if the configuration has changed.
//
bool
- up_negotiate_configuration (
+ negotiate_configuration (
package_configurations&,
package_skeleton& dependent,
pair<size_t, size_t> position,