diff options
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2017-05-20 05:25:19 +0000 |
|---|---|---|
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2017-05-20 05:25:19 +0000 |
| commit | 8de7f1086f8bb5a893b4c199ccc266bb14ae6606 (patch) | |
| tree | 3f6303c4bc6c77a6c63a6a2ded58305bbb53329b /llvm/docs | |
| parent | fbc3498f5879f836b8ec809c7114c514b9618b47 (diff) | |
| download | bcm5719-llvm-8de7f1086f8bb5a893b4c199ccc266bb14ae6606.tar.gz bcm5719-llvm-8de7f1086f8bb5a893b4c199ccc266bb14ae6606.zip | |
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.
llvm-svn: 303487
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/CMake.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst index 0a32d3957a5..2deae936187 100644 --- a/llvm/docs/CMake.rst +++ b/llvm/docs/CMake.rst @@ -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 |

