Fixed HTML closing tag, cleaned up some spacing.

llvm-svn: 60153
This commit is contained in:
Misha Brukman 2008-11-27 06:41:20 +00:00
parent 7b3d3d3ee1
commit c9813bda47
1 changed files with 2 additions and 2 deletions

View File

@ -1406,8 +1406,8 @@ Variable argument functions can access their arguments with the <a
</td>
</tr><tr class="layout">
<td class="left"><tt>{i32, i32} (i32)</tt></td>
<td class="left">A function taking an <tt>i32></tt>, returning two
<tt> i32 </tt> values as an aggregate of type <tt>{ i32, i32 }</tt>
<td class="left">A function taking an <tt>i32</tt>, returning two
<tt>i32</tt> values as an aggregate of type <tt>{ i32, i32 }</tt>
</td>
</tr>
</table>