|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r80818 - branches/release/boost/iterator
From: jeffrey.hellrung_at_[hidden]
Date: 2012-10-02 09:30:47
Author: jeffrey.hellrung
Date: 2012-10-02 09:30:46 EDT (Tue, 02 Oct 2012)
New Revision: 80818
URL: http://svn.boost.org/trac/boost/changeset/80818
Log:
Merging trunk to release; fixing typo in comments of iterator_facade.
Properties modified:
branches/release/boost/iterator/ (props changed)
branches/release/boost/iterator/iterator_facade.hpp (contents, props changed)
Text files modified:
branches/release/boost/iterator/iterator_facade.hpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: branches/release/boost/iterator/iterator_facade.hpp
==============================================================================
--- branches/release/boost/iterator/iterator_facade.hpp (original)
+++ branches/release/boost/iterator/iterator_facade.hpp 2012-10-02 09:30:46 EDT (Tue, 02 Oct 2012)
@@ -147,7 +147,7 @@
// Returning a mutable reference allows nonsense like
// (*r++).mutate(), but it imposes fewer assumptions about the
- // behavior of the value_type. In particular, recall taht
+ // behavior of the value_type. In particular, recall that
// (*r).mutate() is legal if operator* returns by value.
value_type&
operator*() const
@@ -294,7 +294,7 @@
// operator->() needs special support for input iterators to strictly meet the
// standard's requirements. If *i is not a reference type, we must still
- // produce a lvalue to which a pointer can be formed. We do that by
+ // produce an lvalue to which a pointer can be formed. We do that by
// returning a proxy object containing an instance of the reference object.
template <class Reference, class Pointer>
struct operator_arrow_dispatch // proxy references
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