aboutsummaryrefslogtreecommitdiffstats
path: root/docs/TableGenFundamentals.html
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-02-26 02:15:17 +0000
committerDan Gohman <gohman@apple.com>2010-02-26 02:15:17 +0000
commit8ff4b439ddf4659a2a3e4badc89ba24a25b47062 (patch)
treee3c0671da844308192a2b074efc803b4d4f5570a /docs/TableGenFundamentals.html
parente13709af606e474eb3fd413a3230bed686516c09 (diff)
downloadexternal_llvm-8ff4b439ddf4659a2a3e4badc89ba24a25b47062.zip
external_llvm-8ff4b439ddf4659a2a3e4badc89ba24a25b47062.tar.gz
external_llvm-8ff4b439ddf4659a2a3e4badc89ba24a25b47062.tar.bz2
Fix a typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97206 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/TableGenFundamentals.html')
-rw-r--r--docs/TableGenFundamentals.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/TableGenFundamentals.html b/docs/TableGenFundamentals.html
index 457bb62..3b30ded 100644
--- a/docs/TableGenFundamentals.html
+++ b/docs/TableGenFundamentals.html
@@ -189,7 +189,7 @@ backend, and is only shown as an example.</p>
<p>As you can see, a lot of information is needed for every instruction
supported by the code generator, and specifying it all manually would be
-unmaintainble, prone to bugs, and tiring to do in the first place. Because we
+unmaintainable, prone to bugs, and tiring to do in the first place. Because we
are using TableGen, all of the information was derived from the following
definition:</p>