Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / spirit / example / lex / example6.cpp
index ca5e3e9..843b2d9 100644 (file)
@@ -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