From e94b5d69893610a27342b5ff0e27788e55723fed Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Thu, 13 Dec 2001 18:15:57 +0000 Subject: [PATCH] fixed comment [SVN r12039] --- include/boost/type_traits/cv_traits.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)