[llvm] r204364 - Fix a few more grammatic errors in docs/TableGen/index.rst

Eli Bendersky eliben at google.com
Thu Mar 20 10:59:38 PDT 2014


Author: eliben
Date: Thu Mar 20 12:59:37 2014
New Revision: 204364

URL: http://llvm.org/viewvc/llvm-project?rev=204364&view=rev
Log:
Fix a few more grammatic errors in docs/TableGen/index.rst

Modified:
    llvm/trunk/docs/TableGen/index.rst

Modified: llvm/trunk/docs/TableGen/index.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/TableGen/index.rst?rev=204364&r1=204363&r2=204364&view=diff
==============================================================================
--- llvm/trunk/docs/TableGen/index.rst (original)
+++ llvm/trunk/docs/TableGen/index.rst Thu Mar 20 12:59:37 2014
@@ -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-
 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.





More information about the llvm-commits mailing list