aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/UsersManual.rst6
-rw-r--r--docs/tools/clang.pod2
-rw-r--r--www/features.html2
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<version>
-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.</p>
<p>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:</p>
+compiling "Carbon.h" on Mac OS X, we see that clang is 2.5x faster than GCC:</p>
<img class="img_slide" src="feature-compile1.png" width="400" height="300"
alt="Time to parse carbon.h: -fsyntax-only">