diff options
author | Dan Gohman <gohman@apple.com> | 2010-02-26 02:15:17 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-02-26 02:15:17 +0000 |
commit | 8ff4b439ddf4659a2a3e4badc89ba24a25b47062 (patch) | |
tree | e3c0671da844308192a2b074efc803b4d4f5570a /docs | |
parent | e13709af606e474eb3fd413a3230bed686516c09 (diff) | |
download | external_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')
-rw-r--r-- | docs/TableGenFundamentals.html | 2 |
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> |