Fix a typo.
authorDan Gohman <gohman@apple.com>
Fri, 26 Feb 2010 02:15:17 +0000 (02:15 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 26 Feb 2010 02:15:17 +0000 (02:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97206 91177308-0d34-0410-b5e6-96231b3b80d8

docs/TableGenFundamentals.html

index 457bb62060dd9ecef2c145226e1ca2243aeee967..3b30dedc36736cc965f01d61f37017d2a7473fc4 100644 (file)
@@ -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>