X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libs%2Fspirit%2Fexample%2Flex%2Fstatic_lexer%2Fword_count_static.cpp;h=4ba3bb53f96722c104b06468e7e3fa187f89d0f6;hb=08c1e93fa36a49f49325a07fe91ff92c964c2b6c;hp=85ae228338d9d82e244ea74655e9199ec3bf32c3;hpb=bb4dd8289b351fae6b55e303f189127a394a1edd;p=platform%2Fupstream%2Fboost.git diff --git a/libs/spirit/example/lex/static_lexer/word_count_static.cpp b/libs/spirit/example/lex/static_lexer/word_count_static.cpp index 85ae228..4ba3bb5 100644 --- a/libs/spirit/example/lex/static_lexer/word_count_static.cpp +++ b/libs/spirit/example/lex/static_lexer/word_count_static.cpp @@ -103,7 +103,7 @@ int main(int argc, char* argv[]) char const* first = str.c_str(); char const* last = &first[str.size()]; - // Parsing is done based on the the token stream, not the character stream. + // Parsing is done based on the token stream, not the character stream. bool r = lex::tokenize_and_parse(first, last, word_count, g); if (r) { // success