diff --git a/include/boost/type_traits/cv_traits.hpp b/include/boost/type_traits/cv_traits.hpp index a8559de..434ad1e 100644 --- a/include/boost/type_traits/cv_traits.hpp +++ b/include/boost/type_traits/cv_traits.hpp @@ -272,7 +272,7 @@ template struct add_volatile { #if defined(BOOST_MSVC) && BOOST_MSVC <= 1200 - // This bogus warning will appear when add_const is applied to a + // This bogus warning will appear when add_volatile is applied to a // const volatile reference because we can't detect const volatile // references with MSVC6. # pragma warning(push)