OSDN Git Service

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 a3f2d53..709f469 100644 (file)
@@ -28,7 +28,7 @@ namespace lltok {
     lbrace, rbrace,    // {  }
     less, greater,     // <  >
     lparen, rparen,    // (  )
-    backslash,         // \  /
+    backslash,         // \
 
     kw_x,
     kw_begin,   kw_end,