mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-19 09:36:44 +00:00
Fix the comment for lltok::backslash.
llvm-svn: 61949
This commit is contained in:
parent
831bc48415
commit
88a0d4277d
@ -28,7 +28,7 @@ namespace lltok {
|
||||
lbrace, rbrace, // { }
|
||||
less, greater, // < >
|
||||
lparen, rparen, // ( )
|
||||
backslash, // \ /
|
||||
backslash, // \
|
||||
|
||||
kw_x,
|
||||
kw_begin, kw_end,
|
||||
|
Loading…
Reference in New Issue
Block a user