aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/guess.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/cc/guess.cxx
parent09839eea3a69e258555eb4ef6d05cd4799ccd7a0 (diff)
Adapt to modularization of libbutl
Diffstat (limited to 'build2/cc/guess.cxx')
-rw-r--r--build2/cc/guess.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cc/guess.cxx b/build2/cc/guess.cxx
index 0e157a5..da5be97 100644
--- a/build2/cc/guess.cxx
+++ b/build2/cc/guess.cxx
@@ -959,7 +959,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.hxx>, we need something in the
+ // <libbutl/target-triplet.mxx>, we need something in the
// CPU-VENDOR-OS-ABI form.
//
// The CPU part is fairly straightforward with x86 mapped to 'i386' (or