Skip to content

Commit

Permalink
CXX: fix a typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
masatake committed May 13, 2018
1 parent 0265eda commit 274b04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsers/cxx/cxx_parser_template.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ static bool cxxParserParseTemplateAngleBrackets(void)
CXX_DEBUG_LEAVE_TEXT("Found end of template");
return true;
}
// Nested > : is is a shift operator?
// Nested > : is it a shift operator?

if(!cxxParserParseNextToken())
{
Expand Down

0 comments on commit 274b04e

Please sign in to comment.