Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / spirit / example / lex / static_lexer / word_count_static.cpp
index 85ae228..4ba3bb5 100644 (file)
@@ -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