Fix a typo Jim pointed out, thanks!

llvm-svn: 30035
This commit is contained in:
Chris Lattner 2006-09-01 22:01:36 +00:00
parent c05fac8b83
commit 28368120a5
1 changed files with 1 additions and 1 deletions

View 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>