summaryrefslogtreecommitdiffstats
path: root/config.tests
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests')
-rw-r--r--config.tests/common/c++11/c++11.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.tests/common/c++11/c++11.cpp b/config.tests/common/c++11/c++11.cpp
index 7e80723470..30934951d7 100644
--- a/config.tests/common/c++11/c++11.cpp
+++ b/config.tests/common/c++11/c++11.cpp
@@ -40,7 +40,7 @@
#include <utility>
#if defined(__clang__)
# if __has_feature(cxx_generalized_initializers)
-// On Mac OS X, the libstdc++ headers don't include <initializer_list>
+// On OS X, the libstdc++ headers don't include <initializer_list>
// This #include here forces a failure unless we're using libc++
# include <initializer_list>
# endif