From b47a323f09f1f9ccece03ca4d84dbe7a47ff8177 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 22 Oct 2019 10:02:23 +0200 Subject: Move global mutex shards to context --- libbuild2/file.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libbuild2/file.cxx') diff --git a/libbuild2/file.cxx b/libbuild2/file.cxx index f0215df..68827ec 100644 --- a/libbuild2/file.cxx +++ b/libbuild2/file.cxx @@ -1306,8 +1306,8 @@ namespace build2 // config.import. // { - // Note: pattern-typed in context.cxx:reset() as an overridable - // variable of type abs_dir_path (path auto-completion). + // Note: pattern-typed in context ctor as an overridable variable of + // type abs_dir_path (path auto-completion). // const variable& var (vp.insert (n)); @@ -1340,8 +1340,8 @@ namespace build2 { auto lookup = [&iroot, &vp, &loc] (string name) -> path { - // Note: pattern-typed in context.cxx:reset() as an overridable - // variable of type path. + // Note: pattern-typed in context ctor as an overridable variable of + // type path. // const variable& var (vp.insert (move (name))); -- cgit v1.1