$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: hartmut.kaiser_at_[hidden]
Date: 2008-04-26 16:10:37
Author: hkaiser
Date: 2008-04-26 16:10:36 EDT (Sat, 26 Apr 2008)
New Revision: 44784
URL: http://svn.boost.org/trac/boost/changeset/44784
Log:
Spirit.Lex: fixed typos in comments
Text files modified: 
   trunk/boost/spirit/home/lex/lexer/lexertl/lexertl_token.hpp |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/boost/spirit/home/lex/lexer/lexertl/lexertl_token.hpp
==============================================================================
--- trunk/boost/spirit/home/lex/lexer/lexertl/lexertl_token.hpp	(original)
+++ trunk/boost/spirit/home/lex/lexer/lexertl/lexertl_token.hpp	2008-04-26 16:10:36 EDT (Sat, 26 Apr 2008)
@@ -101,7 +101,7 @@
     struct lexertl_token;
 
     ///////////////////////////////////////////////////////////////////////////
-    //  This specialization of the toke type doesn't contain any item data and
+    //  This specialization of the token type doesn't contain any item data and
     //  doesn't support working with lexer states.
     ///////////////////////////////////////////////////////////////////////////
     template <typename Iterator>
@@ -143,7 +143,7 @@
     };
     
     ///////////////////////////////////////////////////////////////////////////
-    //  This specialization of the toke type doesn't contain any item data but
+    //  This specialization of the token type doesn't contain any item data but
     //  supports working with lexer states.
     ///////////////////////////////////////////////////////////////////////////
     template <typename Iterator>