Skip to content

Commit 8d76ed9

Browse files
committed
Mac OS/X -> Mac OS X
llvm-svn: 10442
1 parent 807a8cf commit 8d76ed9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/docs/ReleaseNotes.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<p>This is the second public release of the LLVM compiler infrastructure. This
7474
release is primarily a bugfix release, dramatically improving the C/C++
7575
front-end, and improving support for C++ in the LLVM core. This release also
76-
includes a few new features, such as a simple profiler, support for Mac OS/X,
76+
includes a few new features, such as a simple profiler, support for Mac OS X,
7777
better interoperability with external source bases, a new example language
7878
front-end, and improvements in a few optimizations.</p>
7979

@@ -104,9 +104,9 @@
104104
href="http://mail.cs.uiuc.edu/pipermail/llvmdev/2003-November/000528.html">A new
105105
LLVM profiler, similar to gprof</a> is available</li>
106106

107-
<li>LLVM and the C/C++ front-end now compile on Mac OS/X! Mac OS/X users can
107+
<li>LLVM and the C/C++ front-end now compile on Mac OS X! Mac OS X users can
108108
now explore the LLVM optimizer with the C backend and interpreter. Note that
109-
LLVM requires GCC 3.3 on Mac OS/X.</li>
109+
LLVM requires GCC 3.3 on Mac OS X.</li>
110110

111111
<li>LLVM has been <a
112112
href="http://mail.cs.uiuc.edu/pipermail/llvmdev/2003-November/000554.html">moved
@@ -304,7 +304,7 @@
304304
<p>LLVM has been extensively tested on Intel and AMD machines running Red
305305
Hat Linux and has been tested on Sun UltraSPARC workstations running Solaris 8.
306306
Additionally,
307-
LLVM works on Mac OS/X 10.3 and above, but only with the C backend or
307+
LLVM works on Mac OS X 10.3 and above, but only with the C backend or
308308
interpreter (no native backend for the PowerPC is available yet).
309309
The core LLVM infrastructure uses "autoconf" for portability, so hopefully we
310310
work on more platforms than that. However, it is likely that we

0 commit comments

Comments
 (0)