From 32a8344cfa1c52730fe8c10c14f141d122184095 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Fri, 18 May 2007 09:04:20 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37223 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index abf2582c2f4..09f54764b03 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -693,7 +693,7 @@ bits.

See Constructing Calls: Dispatching a call to another function.

-
  • llvm-gcc partially supports tthese GCC extensions:

    +
  • llvm-gcc partially supports these GCC extensions:

    1. Nested Functions: As in Algol and Pascal, lexical scoping of functions.
      Nested functions are supported, but llvm-gcc does not support non-local -- 2.34.1