Skip to content

Commit bb94817

Browse files
committed
[clang][NFC] Remove stray slash
1 parent 92f088d commit bb94817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Lex/Lexer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2602,7 +2602,7 @@ bool Lexer::SkipLineComment(Token &Result, const char *CurPtr,
26022602
// \r\n sequence. This is an efficiency hack (because we know the \n can't
26032603
// contribute to another token), it isn't needed for correctness. Note that
26042604
// this is ok even in KeepWhitespaceMode, because we would have returned the
2605-
/// comment above in that mode.
2605+
// comment above in that mode.
26062606
NewLinePtr = CurPtr++;
26072607

26082608
// The next returned token is at the start of the line.

0 commit comments

Comments
 (0)