[llvm-commits] [llvm] r97206 - /llvm/trunk/docs/TableGenFundamentals.html

Dan Gohman gohman at apple.com
Thu Feb 25 18:15:17 PST 2010


Author: djg
Date: Thu Feb 25 20:15:17 2010
New Revision: 97206

URL: http://llvm.org/viewvc/llvm-project?rev=97206&view=rev
Log:
Fix a typo.

Modified:
    llvm/trunk/docs/TableGenFundamentals.html

Modified: llvm/trunk/docs/TableGenFundamentals.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/TableGenFundamentals.html?rev=97206&r1=97205&r2=97206&view=diff
==============================================================================
--- llvm/trunk/docs/TableGenFundamentals.html (original)
+++ llvm/trunk/docs/TableGenFundamentals.html Thu Feb 25 20:15:17 2010
@@ -189,7 +189,7 @@
 
 <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>
 





More information about the llvm-commits mailing list