Fixed typos in comments, no functional changes.
This commit is contained in:
parent
d1d4febebf
commit
5a4526e997
|
@ -125,7 +125,7 @@ public:
|
|||
|
||||
void copyconstructors();
|
||||
|
||||
/** @brief call of pure virtual funcion */
|
||||
/** @brief call of pure virtual function */
|
||||
void checkPureVirtualFunctionCall();
|
||||
|
||||
/** @brief Check duplicated inherited members */
|
||||
|
|
|
@ -319,7 +319,7 @@ void CheckOther::clarifyStatementError(const Token *tok)
|
|||
}
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
// Check for suspicious occurences of 'if(); {}'.
|
||||
// Check for suspicious occurrences of 'if(); {}'.
|
||||
//---------------------------------------------------------------------------
|
||||
void CheckOther::checkSuspiciousSemicolon()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue