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 510b4da49d
commit 68b135cc9c
1 changed files with 1 additions and 1 deletions

View File

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