From e2041351c85900813321a22c34b8129ddbe05f00 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Wed, 9 May 2018 18:14:13 +0100 Subject: [PATCH] intrinsics.hpp: fix typo in comment. --- include/boost/type_traits/intrinsics.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/type_traits/intrinsics.hpp b/include/boost/type_traits/intrinsics.hpp index 158db04..f8c5639 100644 --- a/include/boost/type_traits/intrinsics.hpp +++ b/include/boost/type_traits/intrinsics.hpp @@ -128,7 +128,7 @@ # endif #ifndef BOOST_NO_CXX11_FINAL // This one doesn't quite always do the right thing on older VC++ versions -// we really need it when the final keyword is supporyted though: +// we really need it when the final keyword is supported though: # define BOOST_IS_POLYMORPHIC(T) __is_polymorphic(T) #endif #if _MSC_FULL_VER >= 180020827