Fix the comment for lltok::backslash.
authorDan Gohman <gohman@apple.com>
Thu, 8 Jan 2009 22:18:13 +0000 (22:18 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 8 Jan 2009 22:18:13 +0000 (22:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61949 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AsmParser/LLToken.h

index a3f2d53fc9de0144973c9aae29f92c2c30f39b17..709f4697c67d0686a94cfba173554e87bbba0570 100644 (file)
@@ -28,7 +28,7 @@ namespace lltok {
     lbrace, rbrace,    // {  }
     less, greater,     // <  >
     lparen, rparen,    // (  )
-    backslash,         // \  /
+    backslash,         // \
 
     kw_x,
     kw_begin,   kw_end,