Skip to content

Commit 7dfe32e

Browse files
Update tokenize.h
1 parent e20aaac commit 7dfe32e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/tokenize.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ class CPPCHECKLIB Tokenizer {
615615

616616
/**
617617
* Helper function to check whether tok is the declaration of a function pointer
618-
* @param the Token to check
618+
* @param tok the Token to check
619619
* @return true in case tok is a function pointer and false otherwise.
620620
*/
621621
static bool isFunctionPointer(const Token* tok);

0 commit comments

Comments
 (0)