Skip to content

Commit b4ab704

Browse files
committed
Fix unclosed parentheses in peekNextToken's comment
Signed-off-by: yronglin <[email protected]>
1 parent b3b3219 commit b4ab704

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/include/clang/Lex/TokenLexer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ class TokenLexer {
139139
void Init(const Token *TokArray, unsigned NumToks, bool DisableMacroExpansion,
140140
bool OwnsTokens, bool IsReinject);
141141

142-
/// If TokenLexer::isAtEnd returns true (the next token lexed will pop this
143-
/// macro off the expansion stack, return std::nullopt, otherwise return the
142+
/// If TokenLexer::isAtEnd returns true(the next token lexed will pop this
143+
/// macro off the expansion stack), return std::nullopt, otherwise return the
144144
/// next unexpanded token.
145145
std::optional<Token> peekNextPPToken() const;
146146

0 commit comments

Comments
 (0)