Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r81150 - in trunk/boost/proto: . transform
From: eric_at_[hidden]
Date: 2012-11-02 13:48:03


Author: eric_niebler
Date: 2012-11-02 13:48:01 EDT (Fri, 02 Nov 2012)
New Revision: 81150
URL: http://svn.boost.org/trac/boost/changeset/81150

Log:
comment typos, refs ##7487, refs #7555
Text files modified:
   trunk/boost/proto/traits.hpp | 2 +-
   trunk/boost/proto/transform/fold_tree.hpp | 4 ++--
   2 files changed, 3 insertions(+), 3 deletions(-)

Modified: trunk/boost/proto/traits.hpp
==============================================================================
--- trunk/boost/proto/traits.hpp (original)
+++ trunk/boost/proto/traits.hpp 2012-11-02 13:48:01 EDT (Fri, 02 Nov 2012)
@@ -1137,7 +1137,7 @@
     /// \brief Return the value stored within the specified Proto
     /// terminal expression.
     ///
- /// Return the the value stored within the specified Proto
+ /// Return the value stored within the specified Proto
     /// terminal expression. The value is returned by
     /// reference.
     ///

Modified: trunk/boost/proto/transform/fold_tree.hpp
==============================================================================
--- trunk/boost/proto/transform/fold_tree.hpp (original)
+++ trunk/boost/proto/transform/fold_tree.hpp 2012-11-02 13:48:01 EDT (Fri, 02 Nov 2012)
@@ -69,7 +69,7 @@
     /// template<typename Tag, typename Fun>
     /// struct recurse_if_
     /// : if_<
- /// // If the current node has type type "Tag" ...
+ /// // If the current node has type "Tag" ...
     /// is_same<tag_of<_>, Tag>()
     /// // ... recurse, otherwise ...
     /// , fold<_, _state, recurse_if_<Tag, Fun> >
@@ -124,7 +124,7 @@
     /// template<typename Tag, typename Fun>
     /// struct recurse_if_
     /// : if_<
- /// // If the current node has type type "Tag" ...
+ /// // If the current node has type "Tag" ...
     /// is_same<tag_of<_>, Tag>()
     /// // ... recurse, otherwise ...
     /// , reverse_fold<_, _state, recurse_if_<Tag, Fun> >


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