X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libs%2Fspirit%2Fexample%2Flex%2Fexample6.cpp;h=843b2d98f577d4e459c73f4b4512b0795dd95ea5;hb=08c1e93fa36a49f49325a07fe91ff92c964c2b6c;hp=ca5e3e93b7507b53dff1ad762dc130399c26c945;hpb=bb4dd8289b351fae6b55e303f189127a394a1edd;p=platform%2Fupstream%2Fboost.git diff --git a/libs/spirit/example/lex/example6.cpp b/libs/spirit/example/lex/example6.cpp index ca5e3e9..843b2d9 100644 --- a/libs/spirit/example/lex/example6.cpp +++ b/libs/spirit/example/lex/example6.cpp @@ -223,7 +223,7 @@ int main() iterator_type iter = tokens.begin(it, str.end()); iterator_type end = tokens.end(); - // Parsing is done based on the the token stream, not the character + // Parsing is done based on the token stream, not the character // stream read from the input. // Note how we use the lexer defined above as the skip parser. It must // be explicitly wrapped inside a state directive, switching the lexer