[llvm] r219018 - Fix typo in TableGen documentation

Jonathan Roelofs jonathan at codesourcery.com
Fri Oct 3 13:46:05 PDT 2014


Author: jroelofs
Date: Fri Oct  3 15:46:05 2014
New Revision: 219018

URL: http://llvm.org/viewvc/llvm-project?rev=219018&view=rev
Log:
Fix typo in TableGen documentation

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=219018&r1=219017&r2=219018&view=diff
==============================================================================
--- llvm/trunk/docs/TableGen/index.rst (original)
+++ llvm/trunk/docs/TableGen/index.rst Fri Oct  3 15:46:05 2014
@@ -273,7 +273,7 @@ that's only useful for debugging of the
 in TableGen is, however, to interpret the source files into an internal 
 representation that can be generated into anything you want.
 
-Current usage of TableGen is to create include huge files with tables that you
+Current usage of TableGen is to create huge include files with tables that you
 can either include directly (if the output is in the language you're coding),
 or be used in pre-processing via macros surrounding the include of the file.
 





More information about the llvm-commits mailing list