Misleading comment

This commit is contained in:
Dmitry-Me 2015-03-14 15:18:29 +03:00
parent d8d18ac6dd
commit 2b50e73aa9
1 changed files with 1 additions and 1 deletions

View File

@ -1090,7 +1090,7 @@ void CheckBufferOverrun::checkGlobalAndLocalVariable()
if (!var || !var->isPointer() || var->typeStartToken()->next() != var->typeEndToken())
continue;
// get name of variable
// get type of variable
type = var->typeStartToken()->str();
// malloc() gets count of bytes and not count of