Skip to content

Commit

Permalink
Docs: Fix pluralization in CMake docs
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dexonsmith committed May 20, 2017
1 parent fb8d01e commit 40549e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/CMake.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 40549e6

Please sign in to comment.