]> granicus.if.org Git - llvm/commitdiff
Docs: Fix pluralization in CMake docs
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 20 May 2017 05:25:19 +0000 (05:25 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 20 May 2017 05:25:19 +0000 (05:25 +0000)
Fixed "most platform" to read "most platforms", and changed "are not
using the same" to "use different" as a drive-by.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303487 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CMake.rst

index 0a32d3957a53cd59f2efaff7266e197b6a759150..2deae9361874abd111babc29a02382c2c614db09 100644 (file)
@@ -186,8 +186,8 @@ CMake manual, or execute ``cmake --help-variable VARIABLE_NAME``.
   Sets the build type for ``make``-based generators. Possible values are
   Release, Debug, RelWithDebInfo and MinSizeRel. If you are using an IDE such as
   Visual Studio, you should use the IDE settings to set the build type.
-  Be aware that Release and RelWithDebInfo are not using the same optimization
-  level on most platform.
+  Be aware that Release and RelWithDebInfo use different optimization levels on
+  most platforms.
 
 **CMAKE_INSTALL_PREFIX**:PATH
   Path where LLVM will be installed if "make install" is invoked or the