mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
61949 accidentally introduced an escaped newline. Fix this by making
the comment a little more verbose. llvm-svn: 61959
This commit is contained in:
parent
747d4b38ad
commit
ff89414349
@ -28,7 +28,7 @@ namespace lltok {
|
||||
lbrace, rbrace, // { }
|
||||
less, greater, // < >
|
||||
lparen, rparen, // ( )
|
||||
backslash, // \
|
||||
backslash, // \ (not /)
|
||||
|
||||
kw_x,
|
||||
kw_begin, kw_end,
|
||||
|
Loading…
Reference in New Issue
Block a user