Fix the comment for lltok::backslash.

llvm-svn: 61949
This commit is contained in:
Dan Gohman 2009-01-08 22:18:13 +00:00
parent 6031a4353b
commit 138436f158
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, // \
kw_x,
kw_begin, kw_end,