From 087429b199deaf620ded9262664b14ce651ea12a Mon Sep 17 00:00:00 2001
From: Nico Weber
Date: Fri, 7 Mar 2014 18:09:57 +0000
Subject: [PATCH] "Mac OS/X" -> "Mac OS X" spelling fixes for clang.
Patch from Sean McBride !
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203259 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/UsersManual.rst | 6 +++---
docs/tools/clang.pod | 2 +-
www/features.html | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/UsersManual.rst b/docs/UsersManual.rst
index 53efadd875..6ca944602f 100644
--- a/docs/UsersManual.rst
+++ b/docs/UsersManual.rst
@@ -762,7 +762,7 @@ on-disk cache that contains the vital information necessary to reduce
some of the work needed to process a corresponding header file. While
details of precompiled headers vary between compilers, precompiled
headers have been shown to be highly effective at speeding up program
-compilation on systems with very large system headers (e.g., Mac OS/X).
+compilation on systems with very large system headers (e.g., Mac OS X).
Generating a PCH File
^^^^^^^^^^^^^^^^^^^^^
@@ -1358,7 +1358,7 @@ X86
^^^
The support for X86 (both 32-bit and 64-bit) is considered stable on
-Darwin (Mac OS/X), Linux, FreeBSD, and Dragonfly BSD: it has been tested
+Darwin (Mac OS X), Linux, FreeBSD, and Dragonfly BSD: it has been tested
to correctly compile many large C, C++, Objective-C, and Objective-C++
codebases.
@@ -1413,7 +1413,7 @@ backend.
Operating System Features and Limitations
-----------------------------------------
-Darwin (Mac OS/X)
+Darwin (Mac OS X)
^^^^^^^^^^^^^^^^^
None
diff --git a/docs/tools/clang.pod b/docs/tools/clang.pod
index e9ec2a6047..6ccdbba1bb 100644
--- a/docs/tools/clang.pod
+++ b/docs/tools/clang.pod
@@ -237,7 +237,7 @@ Specify the architecture to build for.
=item B<-mmacosx-version-min>=I
-When building for Mac OS/X, specify the minimum version supported by your
+When building for Mac OS X, specify the minimum version supported by your
application.
=item B<-miphoneos-version-min>
diff --git a/www/features.html b/www/features.html
index 2d3191e685..d6d992b548 100644
--- a/www/features.html
+++ b/www/features.html
@@ -69,7 +69,7 @@ options for performance analysis.
While there is still much that can be done, we find that the clang front-end
is significantly quicker than gcc and uses less memory For example, when
-compiling "Carbon.h" on Mac OS/X, we see that clang is 2.5x faster than GCC:
+compiling "Carbon.h" on Mac OS X, we see that clang is 2.5x faster than GCC:
--
2.40.0