Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r73368 - in trunk/libs/spirit/example/qi/compiler_tutorial: conjure2 conjure3
From: hartmut.kaiser_at_[hidden]
Date: 2011-07-25 21:12:48


Author: hkaiser
Date: 2011-07-25 21:12:47 EDT (Mon, 25 Jul 2011)
New Revision: 73368
URL: http://svn.boost.org/trac/boost/changeset/73368

Log:
Spirit: typo fix in comments
Text files modified:
   trunk/libs/spirit/example/qi/compiler_tutorial/conjure2/error_handler.hpp | 2 +-
   trunk/libs/spirit/example/qi/compiler_tutorial/conjure3/error_handler.hpp | 2 +-
   2 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/libs/spirit/example/qi/compiler_tutorial/conjure2/error_handler.hpp
==============================================================================
--- trunk/libs/spirit/example/qi/compiler_tutorial/conjure2/error_handler.hpp (original)
+++ trunk/libs/spirit/example/qi/compiler_tutorial/conjure2/error_handler.hpp 2011-07-25 21:12:47 EDT (Mon, 25 Jul 2011)
@@ -33,7 +33,7 @@
             Iterator err_pos) const
         {
             // retrieve underlying iterator from current token, err_pos points
- // to the last validly matched token, so we use it's end iterator
+ // to the last validly matched token, so we use its end iterator
             // as the error position
             BaseIterator err_pos_base = err_pos->matched().end();
 

Modified: trunk/libs/spirit/example/qi/compiler_tutorial/conjure3/error_handler.hpp
==============================================================================
--- trunk/libs/spirit/example/qi/compiler_tutorial/conjure3/error_handler.hpp (original)
+++ trunk/libs/spirit/example/qi/compiler_tutorial/conjure3/error_handler.hpp 2011-07-25 21:12:47 EDT (Mon, 25 Jul 2011)
@@ -33,7 +33,7 @@
             Iterator err_pos) const
         {
             // retrieve underlying iterator from current token, err_pos points
- // to the last validly matched token, so we use it's end iterator
+ // to the last validly matched token, so we use its end iterator
             // as the error position
             BaseIterator err_pos_base = err_pos->matched().end();
 


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