Skip to content

Commit 7aa522c

Browse files
Update lib/tokenize.h
Co-authored-by: chrchr-github <[email protected]>
1 parent b9b8fc5 commit 7aa522c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tokenize.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ class CPPCHECKLIB Tokenizer {
392392
*/
393393
NORETURN void syntaxErrorC(const Token *tok, const std::string &what) const;
394394

395-
/** Warn about unknown macro(s), configuration is recommended #
395+
/** Warn about unknown macro(s), configuration is recommended
396396
* @throws InternalError thrown unconditionally
397397
*/
398398
NORETURN void unknownMacroError(const Token *tok1) const;

0 commit comments

Comments
 (0)