fixed typo, thanks XhmikosR for pointing it out

This commit is contained in:
Daniel Marjamäki 2013-06-15 19:31:17 +02:00
parent d85c8e6782
commit b31c218773
1 changed files with 1 additions and 1 deletions

View File

@ -1914,7 +1914,7 @@ void CheckOther::commaSeparatedReturnError(const Token *tok)
" return a + 1,\n"
" b++;\n"
"However it can be useful to use comma in macros. Cppcheck does not warn when such a "
"macro is then used in a return statement, It is less likely such code is misunderstood.");
"macro is then used in a return statement, it is less likely such code is misunderstood.");
}
//---------------------------------------------------------------------------