Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r81307 - in branches/release: . boost
From: eric_at_[hidden]
Date: 2012-11-12 13:41:21


Author: eric_niebler
Date: 2012-11-12 13:41:20 EST (Mon, 12 Nov 2012)
New Revision: 81307
URL: http://svn.boost.org/trac/boost/changeset/81307

Log:
comment typo, fixes #7486
Properties modified:
   branches/release/ (props changed)
   branches/release/boost/ (props changed)
Text files modified:
   branches/release/boost/foreach.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/release/boost/foreach.hpp
==============================================================================
--- branches/release/boost/foreach.hpp (original)
+++ branches/release/boost/foreach.hpp 2012-11-12 13:41:20 EST (Mon, 12 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( \


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk