From 606957fdd69f5ee1a561cd8acd070623f8ec9a21 Mon Sep 17 00:00:00 2001 From: Francois Pichet Date: Mon, 14 Mar 2011 02:30:32 +0000 Subject: [PATCH] Correct small comment order typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127575 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/TableGen/TGLexer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/TableGen/TGLexer.h b/utils/TableGen/TGLexer.h index 55a6c5d9b52..88594798740 100644 --- a/utils/TableGen/TGLexer.h +++ b/utils/TableGen/TGLexer.h @@ -36,7 +36,7 @@ namespace tgtok { l_brace, r_brace, // { } l_paren, r_paren, // ( ) less, greater, // < > - colon, semi, // ; : + colon, semi, // : ; comma, period, // , . equal, question, // = ?