[llvm] r303487 - Docs: Fix pluralization in CMake docs

Duncan P. N. Exon Smith via llvm-commits llvm-commits at lists.llvm.org
Fri May 19 22:25:19 PDT 2017


Author: dexonsmith
Date: Sat May 20 00:25:19 2017
New Revision: 303487

URL: http://llvm.org/viewvc/llvm-project?rev=303487&view=rev
Log:
Docs: Fix pluralization in CMake docs

Fixed "most platform" to read "most platforms", and changed "are not
using the same" to "use different" as a drive-by.

Modified:
    llvm/trunk/docs/CMake.rst

Modified: llvm/trunk/docs/CMake.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CMake.rst?rev=303487&r1=303486&r2=303487&view=diff
==============================================================================
--- llvm/trunk/docs/CMake.rst (original)
+++ llvm/trunk/docs/CMake.rst Sat May 20 00:25:19 2017
@@ -186,8 +186,8 @@ CMake manual, or execute ``cmake --help-
   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




More information about the llvm-commits mailing list