X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libs%2Fwave%2Fsamples%2Ftoken_statistics%2Fxlex%2Fxlex_lexer.hpp;h=c9e8c4cd2370590c1c6c415536dcc8e1e9824177;hb=08c1e93fa36a49f49325a07fe91ff92c964c2b6c;hp=e973c77efa937825b8dd37845610cbd1f7b1cea4;hpb=bb4dd8289b351fae6b55e303f189127a394a1edd;p=platform%2Fupstream%2Fboost.git diff --git a/libs/wave/samples/token_statistics/xlex/xlex_lexer.hpp b/libs/wave/samples/token_statistics/xlex/xlex_lexer.hpp index e973c77..c9e8c4c 100644 --- a/libs/wave/samples/token_statistics/xlex/xlex_lexer.hpp +++ b/libs/wave/samples/token_statistics/xlex/xlex_lexer.hpp @@ -557,7 +557,7 @@ private: // // This function is declared inside the xlex_interface.hpp file, which is // referenced by the source file calling the lexer and the source file, which -// instantiates the lex_functor. But is is defined here, so it will be +// instantiates the lex_functor. But it is defined here, so it will be // instantiated only while compiling the source file, which instantiates the // lex_functor. While the xlex_interface.hpp file may be included everywhere, // this file (xlex_lexer.hpp) should be included only once. This allows