aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/cc/compile-rule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/cc/compile-rule.cxx')
-rw-r--r--libbuild2/cc/compile-rule.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/cc/compile-rule.cxx b/libbuild2/cc/compile-rule.cxx
index 5d6c029..ce611d2 100644
--- a/libbuild2/cc/compile-rule.cxx
+++ b/libbuild2/cc/compile-rule.cxx
@@ -7761,7 +7761,7 @@ namespace build2
// In Apple Clang this warning/option are absent in 14.0.3 (which
// is said to be based on vanilla Clang 15.0.5) for some reason
// (let's hope it's because they patched it out rather than due to
- // a misleading __LIBCPP_VERSION value).
+ // a misleading _LIBCPP_VERSION value).
//
if (ctype == compiler_type::clang &&
cmaj >= (cvariant != "apple" ? 15 : 16))