Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r56398 - sandbox/statistics/view/boost/view
From: erwann.rogard_at_[hidden]
Date: 2009-09-26 19:51:40


Author: e_r
Date: 2009-09-26 19:51:39 EDT (Sat, 26 Sep 2009)
New Revision: 56398
URL: http://svn.boost.org/trac/boost/changeset/56398

Log:
m
Text files modified:
   sandbox/statistics/view/boost/view/columns_iterator.hpp | 2 +-
   sandbox/statistics/view/boost/view/rows_iterator.hpp | 4 ++--
   2 files changed, 3 insertions(+), 3 deletions(-)

Modified: sandbox/statistics/view/boost/view/columns_iterator.hpp
==============================================================================
--- sandbox/statistics/view/boost/view/columns_iterator.hpp (original)
+++ sandbox/statistics/view/boost/view/columns_iterator.hpp 2009-09-26 19:51:39 EDT (Sat, 26 Sep 2009)
@@ -136,7 +136,7 @@
 }
 
 
-// [b,e) define the sequence from which the matrix view is created
+// [b,e) is the sequence from which the matrix view is created
 template<typename It,typename N>
 columns_iterator<It>
 make_end_columns_iterator(

Modified: sandbox/statistics/view/boost/view/rows_iterator.hpp
==============================================================================
--- sandbox/statistics/view/boost/view/rows_iterator.hpp (original)
+++ sandbox/statistics/view/boost/view/rows_iterator.hpp 2009-09-26 19:51:39 EDT (Sat, 26 Sep 2009)
@@ -94,7 +94,7 @@
         
         I b = (this->base()).base();
         I e = boost::next(b,this->step());
- // This would be wrong because how step_count_down_iterator uses
+ // This would be wrong because step_count_down_iterator uses a
         // modulo 1 base iterator as one-past the end.
         // I e = boost::next(this->base(),1).base();
 
@@ -125,7 +125,7 @@
 }
 
 
-// [b,e) define the sequence from which the matrix view is created
+// [b,e) is the sequence from which the matrix view is created
 template<typename It,typename N>
 rows_iterator<It>
 make_end_rows_iterator(


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