From ca1f5e95d4f7ea44389ea4588d1f01deea70c264 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Sat, 23 Feb 2013 14:22:15 +0000 Subject: [PATCH] Fixed typo in the comment. [SVN r83097] --- include/boost/atomic/atomic.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/atomic/atomic.hpp b/include/boost/atomic/atomic.hpp index 003d2f7..a1ce162 100644 --- a/include/boost/atomic/atomic.hpp +++ b/include/boost/atomic/atomic.hpp @@ -94,7 +94,7 @@ class atomic : #if !defined(BOOST_MSVC) || BOOST_MSVC >= 1400 boost::is_signed::value #else - // MSVC 2003 has problems instantiating is_signed on non-itegral types + // MSVC 2003 has problems instantiating is_signed on non-integral types mpl::and_< boost::is_integral, boost::is_signed >::value #endif >