summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorFrancois Pichet <pichet2000@gmail.com>2011-03-14 02:30:32 +0000
committerFrancois Pichet <pichet2000@gmail.com>2011-03-14 02:30:32 +0000
commit0fc06eefad6e44d4ad2ec0d48f6b28929d17f161 (patch)
tree859f635db471c5776149d97215b3ca9920976a4f /llvm
parentb452db02f00ed0fce2247e1d125b4e49cdf1c2c3 (diff)
downloadbcm5719-llvm-0fc06eefad6e44d4ad2ec0d48f6b28929d17f161.tar.gz
bcm5719-llvm-0fc06eefad6e44d4ad2ec0d48f6b28929d17f161.zip
Correct small comment order typo.
llvm-svn: 127575
Diffstat (limited to 'llvm')
-rw-r--r--llvm/utils/TableGen/TGLexer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/TGLexer.h b/llvm/utils/TableGen/TGLexer.h
index 55a6c5d9b52..88594798740 100644
--- a/llvm/utils/TableGen/TGLexer.h
+++ b/llvm/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, // = ?
OpenPOWER on IntegriCloud