Fix a typo Jim pointed out, thanks!
authorChris Lattner <sabre@nondot.org>
Fri, 1 Sep 2006 22:01:36 +0000 (22:01 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 1 Sep 2006 22:01:36 +0000 (22:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30035 91177308-0d34-0410-b5e6-96231b3b80d8

docs/TableGenFundamentals.html

index e91a342347ec051df6fcbbe3cf784ad9e4f4de93..60dabcb9d593369b860bfc74e4d8092a05645f7d 100644 (file)
@@ -531,7 +531,7 @@ Here is an example TableGen fragment that shows this idea:
 ...
 </pre>
 
-<p>The name of the resuntant definitions has the multidef fragment names
+<p>The name of the resultant definitions has the multidef fragment names
    appended to them, so this defines ADD_rr, ADD_ri, SUB_rr, etc.  Using a
    multiclass this way is exactly equivalent to instantiating the
    classes multiple times yourself, e.g. by writing:</p>