$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r54628 - trunk/libs/spirit/doc/lex
From: hartmut.kaiser_at_[hidden]
Date: 2009-07-03 22:49:47
Author: hkaiser
Date: 2009-07-03 22:49:46 EDT (Fri, 03 Jul 2009)
New Revision: 54628
URL: http://svn.boost.org/trac/boost/changeset/54628
Log:
Spirit: Fixed a documentation typo
Text files modified: 
   trunk/libs/spirit/doc/lex/tokens_values.qbk |     3 ++-                                     
   1 files changed, 2 insertions(+), 1 deletions(-)
Modified: trunk/libs/spirit/doc/lex/tokens_values.qbk
==============================================================================
--- trunk/libs/spirit/doc/lex/tokens_values.qbk	(original)
+++ trunk/libs/spirit/doc/lex/tokens_values.qbk	2009-07-03 22:49:46 EDT (Fri, 03 Jul 2009)
@@ -58,7 +58,8 @@
 
 [fig ./images/tokenstructure.png..The structure of a token..spirit.lex.tokenstructure]
 
-The token value and the token state may be omitted for optimization reasons, 
+The token value and the lexer state the token has been recogniyed in may be 
+omitted for optimization reasons, 
 avoiding the token to carry more data than actually required. This 
 configuration can be achieved by supplying appropriate template parameters 
 for the __class_lexertl_token__ template while defining the token type.