X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libs%2Fwave%2Fsamples%2Fwaveidl%2Fidllexer%2Fidl_re2c_lexer.hpp;h=9f4457b3978cc8e5ae9ce6d6997b2ee6dccee1c4;hb=08c1e93fa36a49f49325a07fe91ff92c964c2b6c;hp=7b39782d271b7df00aa95d2a7463c91a176daf37;hpb=bb4dd8289b351fae6b55e303f189127a394a1edd;p=platform%2Fupstream%2Fboost.git diff --git a/libs/wave/samples/waveidl/idllexer/idl_re2c_lexer.hpp b/libs/wave/samples/waveidl/idllexer/idl_re2c_lexer.hpp index 7b39782..9f4457b 100644 --- a/libs/wave/samples/waveidl/idllexer/idl_re2c_lexer.hpp +++ b/libs/wave/samples/waveidl/idllexer/idl_re2c_lexer.hpp @@ -246,7 +246,7 @@ private: // // This function is declared inside the cpp_slex_token.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 cpp_re2c_token.hpp file may be included everywhere, // this file (cpp_re2c_lexer.hpp) should be included only once. This allows