Fix typo in TableGen documentation
authorJonathan Roelofs <jonathan@codesourcery.com>
Fri, 3 Oct 2014 20:46:05 +0000 (20:46 +0000)
committerJonathan Roelofs <jonathan@codesourcery.com>
Fri, 3 Oct 2014 20:46:05 +0000 (20:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219018 91177308-0d34-0410-b5e6-96231b3b80d8

docs/TableGen/index.rst

index fa76d13f3744c6a433ac26aef49c1d2889b8367a..cda41b537d2d4f67746d74dc2c48c8ed5a9760c0 100644 (file)
@@ -273,7 +273,7 @@ that's only useful for debugging of the TableGen files themselves. The power
 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.