further simplify run options, thanks to gordonh for pointing this out
[oota-llvm.git] / docs / TableGenFundamentals.html
index e91a342347ec051df6fcbbe3cf784ad9e4f4de93..90836e91bda8462c73e1fd213438a42e7aaabc62 100644 (file)
@@ -75,7 +75,7 @@ distribution, respectively.</p>
 </div>
 
 <!-- ======================================================================= -->
-<div class="doc_subsection"><a name="running">Basic concepts</a></div>
+<div class="doc_subsection"><a name="concepts">Basic concepts</a></div>
 
 <div class="doc_text">
 
@@ -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>