61949 accidentally introduced an escaped newline. Fix this by making
authorDan Gohman <gohman@apple.com>
Thu, 8 Jan 2009 23:51:48 +0000 (23:51 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 8 Jan 2009 23:51:48 +0000 (23:51 +0000)
the comment a little more verbose.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61959 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AsmParser/LLToken.h

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