diff options
author | Nico Weber <nicolasweber@gmx.de> | 2014-03-07 18:09:57 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2014-03-07 18:09:57 +0000 |
commit | ab88f0b12ff2ba4cf9879c8ba3adffbffa6434e3 (patch) | |
tree | 67310592671af2a84876397013cf731921877de7 /clang | |
parent | ad156920610efbae26191a9463d72e5a2d3f1eab (diff) | |
download | bcm5719-llvm-ab88f0b12ff2ba4cf9879c8ba3adffbffa6434e3.tar.gz bcm5719-llvm-ab88f0b12ff2ba4cf9879c8ba3adffbffa6434e3.zip |
"Mac OS/X" -> "Mac OS X" spelling fixes for clang.
Patch from Sean McBride <sean@rogue-research.com>!
llvm-svn: 203259
Diffstat (limited to 'clang')
-rw-r--r-- | clang/docs/UsersManual.rst | 6 | ||||
-rw-r--r-- | clang/docs/tools/clang.pod | 2 | ||||
-rw-r--r-- | clang/www/features.html | 2 |
3 files changed, 5 insertions, 5 deletions
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<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/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.</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"> |