From ab88f0b12ff2ba4cf9879c8ba3adffbffa6434e3 Mon Sep 17 00:00:00 2001
From: Nico Weber
Date: Fri, 7 Mar 2014 18:09:57 +0000
Subject: "Mac OS/X" -> "Mac OS X" spelling fixes for clang.
Patch from Sean McBride !
llvm-svn: 203259
---
clang/docs/UsersManual.rst | 6 +++---
clang/docs/tools/clang.pod | 2 +-
clang/www/features.html | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
(limited to 'clang')
diff --git a/clang/docs/UsersManual.rst b/clang/docs/UsersManual.rst
index 53efadd8753..6ca944602f8 100644
--- a/clang/docs/UsersManual.rst
+++ b/clang/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/clang/docs/tools/clang.pod b/clang/docs/tools/clang.pod
index e9ec2a60471..6ccdbba1bb8 100644
--- a/clang/docs/tools/clang.pod
+++ b/clang/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/clang/www/features.html b/clang/www/features.html
index 2d3191e685c..d6d992b548b 100644
--- a/clang/www/features.html
+++ b/clang/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:
--
cgit v1.2.3