From cee00343d0c537a31281b4de74fadd7589d434b0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 22 Oct 2019 13:03:21 +0200 Subject: Rename global_mutex_shards to global_mutexes --- libbuild2/variable.hxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'libbuild2/variable.hxx') diff --git a/libbuild2/variable.hxx b/libbuild2/variable.hxx index 29b8200..51cdf49 100644 --- a/libbuild2/variable.hxx +++ b/libbuild2/variable.hxx @@ -1468,10 +1468,9 @@ namespace build2 // the references remain valid). // // Note that since the cache can be modified on any lookup (including during - // the execute phase), it is protected by its own mutex shard (see - // global_mutex_shards in context). This shard is also used for value - // typification (which is kind of like caching) during concurrent execution - // phases. + // the execute phase), it is protected by its own mutex shard (see mutexes + // in context). This shard is also used for value typification (which is + // kind of like caching) during concurrent execution phases. // template class variable_cache -- cgit v1.1