Skip to content

Commit

Permalink
Merge pull request universal-ctags#1752 from masatake/cxx--fix-a-typo…
Browse files Browse the repository at this point in the history
…-in-comment

CXX: fix a typo in comment
  • Loading branch information
masatake authored May 13, 2018
2 parents 0265eda + 274b04e commit 6418097
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 6418097

Please sign in to comment.