2
0
mirror of https://github.com/boostorg/atomic.git synced 2026-02-22 02:02:09 +00:00

Fixed typo in the comment.

[SVN r83097]
This commit is contained in:
Andrey Semashev
2013-02-23 14:22:15 +00:00
parent f9c4249c8e
commit ca1f5e95d4

View File

@@ -94,7 +94,7 @@ class atomic :
#if !defined(BOOST_MSVC) || BOOST_MSVC >= 1400
boost::is_signed<T>::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<T>, boost::is_signed<T> >::value
#endif
>