From f254836c3a4e4019639a220bad763bd046a4d388 Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Thu, 3 Nov 2005 22:33:48 +0000
Subject: [PATCH] Fix mac os spelling
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24171 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/ReleaseNotes.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 430200b4612..f557b123892 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -64,7 +64,7 @@ href="http://llvm.org/releases/">releases page.
release incorporates a large number of enhancements and additions (primarily in
the code generator), which combine to improve the quality of the code generated
by LLVM by up to 30% in some cases. This release is also the first release to
-have first-class support for Mac OS/X: all of the major bugs have been shaken
+have first-class support for Mac OS X: all of the major bugs have been shaken
out and it is now as well supported as Linux on X86.
@@ -172,7 +172,7 @@ this case, using "llc -march=ppc32 -mcpu=g5 -mattr=-altivec".
giving up completely. In addition, the JIT
debugging mode of bugpoint is much faster.
LLVM now includes Xcode project files in the llvm/Xcode directory.
- LLVM now supports Mac OS/X on Intel.
+ LLVM now supports Mac OS X on Intel.
LLVM now builds cleanly with GCC 4.1.
@@ -193,7 +193,7 @@ this case, using "llc -march=ppc32 -mcpu=g5 -mattr=-altivec".
we find that it often speeds up programs from 10-40% depending on the
program.
The code produced when exception handling is enabled is far more
- efficient in some cases, particularly on Mac OS/X.
+ efficient in some cases, particularly on Mac OS X.
@@ -229,7 +229,7 @@ this case, using "llc -march=ppc32 -mcpu=g5 -mattr=-altivec".
- A vast number of bugs have been fixed in the PowerPC backend and in
- llvm-gcc when configured for Mac OS/X (particularly relating to ABI
+ llvm-gcc when configured for Mac OS X (particularly relating to ABI
issues). For example:
PR449,
PR594,