summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Roelofs <jonathan@codesourcery.com>2014-10-03 20:46:05 +0000
committerJonathan Roelofs <jonathan@codesourcery.com>2014-10-03 20:46:05 +0000
commitb24884de70d26969852c6fa151ae87ae689d853f (patch)
tree6bfe41470140bc7bb5bc396608dbc87c55234e8a
parenta441783544d17676e92d265a0e7406b85faa6944 (diff)
downloadbcm5719-llvm-b24884de70d26969852c6fa151ae87ae689d853f.tar.gz
bcm5719-llvm-b24884de70d26969852c6fa151ae87ae689d853f.zip
Fix typo in TableGen documentation
llvm-svn: 219018
-rw-r--r--llvm/docs/TableGen/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/TableGen/index.rst b/llvm/docs/TableGen/index.rst
index fa76d13f374..cda41b537d2 100644
--- a/llvm/docs/TableGen/index.rst
+++ b/llvm/docs/TableGen/index.rst
@@ -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.
OpenPOWER on IntegriCloud