[clang][NFC] Remove stray slash

This commit is contained in:
Timm Bäder 2023-09-01 09:04:27 +02:00
parent 92f088d335
commit bb94817ecf

View File

@ -2602,7 +2602,7 @@ bool Lexer::SkipLineComment(Token &Result, const char *CurPtr,
// \r\n sequence. This is an efficiency hack (because we know the \n can't
// contribute to another token), it isn't needed for correctness. Note that
// this is ok even in KeepWhitespaceMode, because we would have returned the
/// comment above in that mode.
// comment above in that mode.
NewLinePtr = CurPtr++;
// The next returned token is at the start of the line.