aboutsummaryrefslogtreecommitdiff
path: root/cutl/details/boost/type_traits/config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/details/boost/type_traits/config.hpp')
-rw-r--r--cutl/details/boost/type_traits/config.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cutl/details/boost/type_traits/config.hpp b/cutl/details/boost/type_traits/config.hpp
index 6aa5a71..7a687b2 100644
--- a/cutl/details/boost/type_traits/config.hpp
+++ b/cutl/details/boost/type_traits/config.hpp
@@ -16,7 +16,7 @@
#include <cutl/details/boost/detail/workaround.hpp>
//
-// whenever we have a conversion function with elipses
+// whenever we have a conversion function with ellipses
// it needs to be declared __cdecl to suppress compiler
// warnings from MS and Borland compilers (this *must*
// appear before we include is_same.hpp below):