diff options
author | JF Bastien <jfb@google.com> | 2014-08-05 23:27:34 +0000 |
---|---|---|
committer | JF Bastien <jfb@google.com> | 2014-08-05 23:27:34 +0000 |
commit | ac8b66b32c958c69ec1c691db0b563995f8ed8a6 (patch) | |
tree | 886d9bfe1c3f4878296526a354005fd5e4a2cd6f /llvm/docs | |
parent | e1a26a624d3612d98af13c47ee43f100bd458199 (diff) | |
download | bcm5719-llvm-ac8b66b32c958c69ec1c691db0b563995f8ed8a6.tar.gz bcm5719-llvm-ac8b66b32c958c69ec1c691db0b563995f8ed8a6.zip |
Fix typos in comments and doc
Committing http://reviews.llvm.org/D4798 for Robin Morisset (morisset@google.com)
llvm-svn: 214934
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/TableGen/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/TableGen/index.rst b/llvm/docs/TableGen/index.rst index 0860afa691e..fa76d13f374 100644 --- a/llvm/docs/TableGen/index.rst +++ b/llvm/docs/TableGen/index.rst @@ -292,7 +292,7 @@ Despite being very generic, TableGen has some deficiencies that have been pointed out numerous times. The common theme is that, while TableGen allows you to build Domain-Specific-Languages, the final languages that you create lack the power of other DSLs, which in turn increase considerably the size -and complecity of TableGen files. +and complexity of TableGen files. At the same time, TableGen allows you to create virtually any meaning of the basic concepts via custom-made back-ends, which can pervert the original |