Fix spelling error in warning identifier

This commit is contained in:
Greg Hewgill 2011-07-05 19:54:23 +12:00
parent c999f014fe
commit 657b003dc8
1 changed files with 1 additions and 1 deletions

View File

@ -870,7 +870,7 @@ void CheckOther::checkComparisonOfBoolWithInt()
void CheckOther::sizeofForNumericParameterError(const Token *tok)
{
reportError(tok, Severity::error,
"sizeofwithnulericparamter", "Using sizeof with a numeric constant as function "
"sizeofwithnumericparameter", "Using sizeof with a numeric constant as function "
"argument might not be what you intended.\n"
"It is unusual to use contant value with sizeof. For example, this code:\n"
" int f() {\n"