Fix a typo.

llvm-svn: 97206
This commit is contained in:
Dan Gohman 2010-02-26 02:15:17 +00:00
parent ec201dc3c6
commit 5aa3919218
1 changed files with 1 additions and 1 deletions

View 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 <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 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 are using TableGen, all of the information was derived from the following
definition:</p> definition:</p>