$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r83097 - trunk/boost/atomic
From: andrey.semashev_at_[hidden]
Date: 2013-02-23 09:22:16
Author: andysem
Date: 2013-02-23 09:22:15 EST (Sat, 23 Feb 2013)
New Revision: 83097
URL: http://svn.boost.org/trac/boost/changeset/83097
Log:
Fixed typo in the comment.
Text files modified:
trunk/boost/atomic/atomic.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/atomic/atomic.hpp
==============================================================================
--- trunk/boost/atomic/atomic.hpp (original)
+++ trunk/boost/atomic/atomic.hpp 2013-02-23 09:22:15 EST (Sat, 23 Feb 2013)
@@ -94,7 +94,7 @@
#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
>