Updated comment

This commit is contained in:
Daniel Marjamäki 2017-04-23 06:44:38 +02:00
parent 2744a9456f
commit f601a6903f
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ void CheckFunctions::checkProhibitedFunctions()
}
//---------------------------------------------------------------------------
// strtol(str, 0, radix) <- radix must be 0 or 2-36
// Check <valid> and <not-bool>
//---------------------------------------------------------------------------
void CheckFunctions::invalidFunctionUsage()
{