Fix typo.

llvm-svn: 37223
This commit is contained in:
Duncan Sands 2007-05-18 09:04:20 +00:00
parent 3d1937591d
commit ea7a326468
1 changed files with 1 additions and 1 deletions

View File

@ -693,7 +693,7 @@ bits.</p></li>
See <a href="http://gcc.gnu.org/onlinedocs/gcc/Constructing-Calls.html#Constructing%20Calls">Constructing Calls</a>: Dispatching a call to another function.</p> See <a href="http://gcc.gnu.org/onlinedocs/gcc/Constructing-Calls.html#Constructing%20Calls">Constructing Calls</a>: Dispatching a call to another function.</p>
</li> </li>
<li><p>llvm-gcc <b>partially</b> supports tthese GCC extensions:</p> <li><p>llvm-gcc <b>partially</b> supports these GCC extensions:</p>
<ol> <ol>
<li><a href="http://gcc.gnu.org/onlinedocs/gcc/Nested-Functions.html#Nested%20Functions">Nested Functions</a>: As in Algol and Pascal, lexical scoping of functions.<br> <li><a href="http://gcc.gnu.org/onlinedocs/gcc/Nested-Functions.html#Nested%20Functions">Nested Functions</a>: As in Algol and Pascal, lexical scoping of functions.<br>
Nested functions are supported, but llvm-gcc does not support non-local Nested functions are supported, but llvm-gcc does not support non-local