aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/context.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-09-28 20:36:50 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-09-28 20:36:50 +0300
commit41273da120ef8e4a2bed7576de0532264b042ee1 (patch)
tree29b5c6c1a0ec36d22117f42d9acb02615e30b06a /libbuild2/context.cxx
parentdec742c5fa8a8ab35b2bbe96f990a84959164f66 (diff)
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'libbuild2/context.cxx')
-rw-r--r--libbuild2/context.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/context.cxx b/libbuild2/context.cxx
index 924c370..36b70b8 100644
--- a/libbuild2/context.cxx
+++ b/libbuild2/context.cxx
@@ -29,7 +29,7 @@ using namespace butl;
namespace build2
{
// Create global scope. Note that the empty path is a prefix for any other
- // path. See the comment in <libbutl/prefix-map.mxx> for details.
+ // path. See the comment in <libbutl/prefix-map.hxx> for details.
//
static inline scope&
create_global_scope (scope_map& m)