1
0
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:
Dan Gohman 2009-01-08 23:51:48 +00:00
parent 747d4b38ad
commit ff89414349

View File

@ -28,7 +28,7 @@ namespace lltok {
lbrace, rbrace, // { }
less, greater, // < >
lparen, rparen, // ( )
backslash, // \
backslash, // \ (not /)
kw_x,
kw_begin, kw_end,