mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-13 10:42:05 +00:00
[clang][NFC] Remove stray slash
This commit is contained in:
parent
92f088d335
commit
bb94817ecf
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user