Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r68690 - trunk/boost/spirit/home/qi/nonterminal
From: hartmut.kaiser_at_[hidden]
Date: 2011-02-07 08:41:54


Author: hkaiser
Date: 2011-02-07 08:41:52 EST (Mon, 07 Feb 2011)
New Revision: 68690
URL: http://svn.boost.org/trac/boost/changeset/68690

Log:
Spirit: fixed spelling in comments
Text files modified:
   trunk/boost/spirit/home/qi/nonterminal/rule.hpp | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/boost/spirit/home/qi/nonterminal/rule.hpp
==============================================================================
--- trunk/boost/spirit/home/qi/nonterminal/rule.hpp (original)
+++ trunk/boost/spirit/home/qi/nonterminal/rule.hpp 2011-02-07 08:41:52 EST (Mon, 07 Feb 2011)
@@ -271,7 +271,7 @@
                 context_type context(attr_);
 
                 // If you are seeing a compilation error here stating that the
- // forth parameter can't be converted to a required target type
+ // fourth parameter can't be converted to a required target type
                 // then you are probably trying to use a rule or a grammar with
                 // an incompatible skipper type.
                 if (f(first, last, context, skipper))
@@ -317,7 +317,7 @@
                 context_type context(attr_, params, caller_context);
 
                 // If you are seeing a compilation error here stating that the
- // forth parameter can't be converted to a required target type
+ // fourth parameter can't be converted to a required target type
                 // then you are probably trying to use a rule or a grammar with
                 // an incompatible skipper type.
                 if (f(first, last, context, skipper))


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