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 | 57bda1f62ecc5218eab3b6d4d5d0383d0c3399d7 (patch) | |
tree | e3c0671da844308192a2b074efc803b4d4f5570a /docs | |
parent | bb241397c5272cce7697381017eb3d19523747ce (diff) | |
download | external_llvm-57bda1f62ecc5218eab3b6d4d5d0383d0c3399d7.zip external_llvm-57bda1f62ecc5218eab3b6d4d5d0383d0c3399d7.tar.gz external_llvm-57bda1f62ecc5218eab3b6d4d5d0383d0c3399d7.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> |