aboutsummaryrefslogtreecommitdiff
path: root/build2/context.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-10-03 23:39:34 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-10-03 23:39:34 +0300
commit182d743d15810d2a8393ed7fa5d565cf3a394694 (patch)
tree9091af1cab7432db5331366f09a05cd5357a6764 /build2/context.cxx
parent09839eea3a69e258555eb4ef6d05cd4799ccd7a0 (diff)
Adapt to modularization of libbutl
Diffstat (limited to 'build2/context.cxx')
-rw-r--r--build2/context.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/context.cxx b/build2/context.cxx
index f7f2448..32af1c2 100644
--- a/build2/context.cxx
+++ b/build2/context.cxx
@@ -247,7 +247,7 @@ namespace build2
operation_table.insert ("uninstall");
// Create global scope. Note that the empty path is a prefix for any other
- // path. See the comment in <libbutl/prefix-map.hxx> for details.
+ // path. See the comment in <libbutl/prefix-map.mxx> for details.
//
auto make_global_scope = [&sm] () -> scope&
{