summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/include/IceUtil/Config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/IceUtil/Config.h b/cpp/include/IceUtil/Config.h
index a3e5b083aa2..001ab5bb2a7 100644
--- a/cpp/include/IceUtil/Config.h
+++ b/cpp/include/IceUtil/Config.h
@@ -61,10 +61,10 @@
#endif
//
-// Check C++11 compiler is used when building the C++11 mapping
+// Ensure the C++ compiler supports C++11 when using the C++11 mapping
//
#if defined(ICE_CPP11_MAPPING) && !defined(ICE_CPP11_COMPILER)
-# error "you need a C++11 capble compiler to use C++11 mapping"
+# error "you need a C++11 capable compiler to use the C++11 mapping"
#endif