aboutsummaryrefslogtreecommitdiff
path: root/build2/variable.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-11-13 12:53:53 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-11-13 12:53:53 +0200
commit824024117221263370c3f440d86d843630a2a82e (patch)
tree6f7604e9466612dbf2d6038f0a6f84c9384753e0 /build2/variable.hxx
parentb860110cd454d3f83163d76b0bda835af0b38bea (diff)
Minor terminology tweaks (model -> build state)
Diffstat (limited to 'build2/variable.hxx')
-rw-r--r--build2/variable.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/variable.hxx b/build2/variable.hxx
index 246fdf3..e45914a 100644
--- a/build2/variable.hxx
+++ b/build2/variable.hxx
@@ -937,7 +937,7 @@ namespace build2
// Variable pool.
//
- // The global version is protected by the model mutex.
+ // The global version is protected by the phase mutex.
//
class variable_pool
{
@@ -1346,7 +1346,7 @@ namespace build2
size () const {return m_.size ();}
public:
- // Global should be true if this map is part of the global (model) state
+ // Global should be true if this map is part of the global build state
// (e.g., scopes, etc).
//
explicit