From 824b9a66090cb82acf0126f10646faba0d982a4a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 2 Oct 2003 05:09:46 +0000 Subject: [PATCH] fix spleling git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8814 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 48f0d6d2b62..b3ad26117bd 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -7,7 +7,7 @@
    -
  1. Instroduction +
  2. Introduction
  3. What's New?
  4. Installation Instructions
  5. Known Problems @@ -120,7 +120,7 @@ missed something. We welcome portability patches and error messages.

    }

    -

  6. The following unix system functionality has not been tested and may not work: +
  7. The following Unix system functionality has not been tested and may not work:
    1. sigsetjmp, siglongjmp - These are not turned into the appropriate invoke/unwind instructions. @@ -288,7 +288,7 @@ problem probably cannot be fixed.

    2. Initializers for global variables that include floating point numbers may not be initialized with exactly the right floating point number, if the number is not accurately representable in decimal. This prevents the Olden "power" -benchmark from producing exactly the right results with the C backend.

      +benchmark from producing exactly the right results with the C back-end.

    3. The code produces by the C back-end has only been tested with the Sun CC and GCC compilers. It is possible that it will have to be adjusted to support other -- 2.11.0