diff options
author | Eli Bendersky <eliben@google.com> | 2014-03-20 17:59:37 +0000 |
---|---|---|
committer | Eli Bendersky <eliben@google.com> | 2014-03-20 17:59:37 +0000 |
commit | e6c97e01a50fa48456381d8d16debb8d510a5cbb (patch) | |
tree | e41edcc8c6f9f3551e3dabcc80fd1d5a3edcb26d /llvm/docs/TableGen/index.rst | |
parent | 1f30b0bf269ef28c38bb00f64715211fbf492136 (diff) | |
download | bcm5719-llvm-e6c97e01a50fa48456381d8d16debb8d510a5cbb.tar.gz bcm5719-llvm-e6c97e01a50fa48456381d8d16debb8d510a5cbb.zip |
Fix a few more grammatic errors in docs/TableGen/index.rst
llvm-svn: 204364
Diffstat (limited to 'llvm/docs/TableGen/index.rst')
-rw-r--r-- | llvm/docs/TableGen/index.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/TableGen/index.rst b/llvm/docs/TableGen/index.rst index d62dcb1c1a4..511a97e2514 100644 --- a/llvm/docs/TableGen/index.rst +++ b/llvm/docs/TableGen/index.rst @@ -194,7 +194,7 @@ which are considered 'records'. **TableGen records** have a unique name, a list of values, and a list of superclasses. The list of values is the main data that TableGen builds for each record; it is this that holds the domain specific information for the -application. The interpretation of this data is left to a specific `backends`_, +application. The interpretation of this data is left to a specific `backend`_, but the structure and format rules are taken care of and are fixed by TableGen. @@ -295,11 +295,11 @@ the basic concepts via custom-made back-ends, which can pervert the original design and make it very hard for newcomers to understand the evil TableGen file. -There are some in favour of extending the semantics even more, but makeing sure -back-ends adhere to strict rules. Others suggesting we should move to less, +There are some in favour of extending the semantics even more, but making sure +back-ends adhere to strict rules. Others are suggesting we should move to less, more powerful DSLs designed with specific purposes, or even re-using existing DSLs. -Either way, this is a discussion that is likely spanning across several years, +Either way, this is a discussion that will likely span across several years, if not decades. You can read more in the `TableGen Deficiencies <Deficiencies.html>`_ document. |