From: Francois Pichet Date: Mon, 14 Mar 2011 02:30:32 +0000 (+0000) Subject: Correct small comment order typo. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=606957fdd69f5ee1a561cd8acd070623f8ec9a21;p=oota-llvm.git Correct small comment order typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127575 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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, // = ?