From: Dan Gohman Date: Thu, 8 Jan 2009 22:18:13 +0000 (+0000) Subject: Fix the comment for lltok::backslash. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=069f12a590440ec119e5f98136f08967779db42e;p=oota-llvm.git Fix the comment for lltok::backslash. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61949 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/AsmParser/LLToken.h b/lib/AsmParser/LLToken.h index a3f2d53fc9d..709f4697c67 100644 --- a/lib/AsmParser/LLToken.h +++ b/lib/AsmParser/LLToken.h @@ -28,7 +28,7 @@ namespace lltok { lbrace, rbrace, // { } less, greater, // < > lparen, rparen, // ( ) - backslash, // \ / + backslash, // \ kw_x, kw_begin, kw_end,