aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/cc/guess.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/cc/guess.cxx
parentdec742c5fa8a8ab35b2bbe96f990a84959164f66 (diff)
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'libbuild2/cc/guess.cxx')
-rw-r--r--libbuild2/cc/guess.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/cc/guess.cxx b/libbuild2/cc/guess.cxx
index 298d081..69e8219 100644
--- a/libbuild2/cc/guess.cxx
+++ b/libbuild2/cc/guess.cxx
@@ -1687,7 +1687,7 @@ namespace build2
// Now we need to map x86, x64, and ARM to the target triplets. The
// problem is, there aren't any established ones so we got to invent
// them ourselves. Based on the discussion in
- // <libbutl/target-triplet.mxx>, we need something in the
+ // <libbutl/target-triplet.hxx>, we need something in the
// CPU-VENDOR-OS-ABI form.
//
// The CPU part is fairly straightforward with x86 mapped to 'i386'