[llvm-commits] [llvm] r127575 - /llvm/trunk/utils/TableGen/TGLexer.h

Francois Pichet pichet2000 at gmail.com
Sun Mar 13 19:30:32 PDT 2011


Author: fpichet
Date: Sun Mar 13 21:30:32 2011
New Revision: 127575

URL: http://llvm.org/viewvc/llvm-project?rev=127575&view=rev
Log:
Correct small comment order typo.

Modified:
    llvm/trunk/utils/TableGen/TGLexer.h

Modified: llvm/trunk/utils/TableGen/TGLexer.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/TGLexer.h?rev=127575&r1=127574&r2=127575&view=diff
==============================================================================
--- llvm/trunk/utils/TableGen/TGLexer.h (original)
+++ llvm/trunk/utils/TableGen/TGLexer.h Sun Mar 13 21:30:32 2011
@@ -36,7 +36,7 @@
     l_brace, r_brace,   // { }
     l_paren, r_paren,   // ( )
     less, greater,      // < >
-    colon, semi,        // ; :
+    colon, semi,        // : ;
     comma, period,      // , .
     equal, question,    // = ?
     





More information about the llvm-commits mailing list