commit | 606957fdd69f5ee1a561cd8acd070623f8ec9a21 | [log] [tgz] |
---|---|---|
author | Francois Pichet <pichet2000@gmail.com> | Mon Mar 14 02:30:32 2011 +0000 |
committer | Francois Pichet <pichet2000@gmail.com> | Mon Mar 14 02:30:32 2011 +0000 |
tree | 2469609ba5f344f1ef0b01cafb70c6e2cc8c2785 | |
parent | 948d9e7ec7c4f8da50d2640d3564b01d40ffd4b1 [diff] [blame] |
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 55a6c5d..8859479 100644 --- a/utils/TableGen/TGLexer.h +++ b/utils/TableGen/TGLexer.h
@@ -36,7 +36,7 @@ l_brace, r_brace, // { } l_paren, r_paren, // ( ) less, greater, // < > - colon, semi, // ; : + colon, semi, // : ; comma, period, // , . equal, question, // = ?