$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r81148 - trunk/boost
From: eric_at_[hidden]
Date: 2012-11-02 13:40:29
Author: eric_niebler
Date: 2012-11-02 13:40:28 EDT (Fri, 02 Nov 2012)
New Revision: 81148
URL: http://svn.boost.org/trac/boost/changeset/81148
Log:
comment typo, refs #7486
Text files modified: 
   trunk/boost/foreach.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/foreach.hpp
==============================================================================
--- trunk/boost/foreach.hpp	(original)
+++ trunk/boost/foreach.hpp	2012-11-02 13:40:28 EDT (Fri, 02 Nov 2012)
@@ -959,7 +959,7 @@
     (true ? boost::foreach_detail_::make_probe((COL), BOOST_FOREACH_ID(_foreach_is_rvalue)) : (COL))
 
 // The rvalue/lvalue-ness of the collection expression is determined dynamically, unless
-// type type is an array or is noncopyable or is non-const, in which case we know it's an lvalue.
+// the type is an array or is noncopyable or is non-const, in which case we know it's an lvalue.
 // If the type happens to be a lightweight proxy, always make a copy.
 # define BOOST_FOREACH_SHOULD_COPY(COL)                                                         \
     (boost::foreach_detail_::should_copy_impl(                                                  \