aboutsummaryrefslogtreecommitdiff
path: root/build2/scope.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/scope.hxx
parentb860110cd454d3f83163d76b0bda835af0b38bea (diff)
Minor terminology tweaks (model -> build state)
Diffstat (limited to 'build2/scope.hxx')
-rw-r--r--build2/scope.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/scope.hxx b/build2/scope.hxx
index a0c96f0..7bdddde 100644
--- a/build2/scope.hxx
+++ b/build2/scope.hxx
@@ -340,7 +340,7 @@ namespace build2
// Scope map.
//
- // Protected by the model mutex. Note that the scope map is only for paths
+ // Protected by the phase mutex. Note that the scope map is only for paths
// from the out tree.
//
using scope_map_base = butl::dir_path_map<scope>;