summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2014-05-28 20:07:37 +0000
committerSanjay Patel <spatel@rotateright.com>2014-05-28 20:07:37 +0000
commit913982386604ffdf70efa903b57588b505a8b269 (patch)
tree10b2bbed451d912023f97cb99df8eb665e5a058a /docs
parentf558122fe5461652e960403592aa25c4cb9def7f (diff)
downloadllvm-913982386604ffdf70efa903b57588b505a8b269.tar.gz
llvm-913982386604ffdf70efa903b57588b505a8b269.tar.bz2
llvm-913982386604ffdf70efa903b57588b505a8b269.tar.xz
fixed a few typos
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209768 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CMake.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/CMake.rst b/docs/CMake.rst
index fed283d399..988e12b735 100644
--- a/docs/CMake.rst
+++ b/docs/CMake.rst
@@ -132,7 +132,7 @@ write the variable and the type on the CMake command line:
Frequently-used CMake variables
-------------------------------
-Here are listed some of the CMake variables that are used often, along with a
+Here are some of the CMake variables that are used often, along with a
brief explanation and LLVM-specific notes. For full documentation, check the
CMake docs or execute ``cmake --help-variable VARIABLE_NAME``.
@@ -157,8 +157,8 @@ CMake docs or execute ``cmake --help-variable VARIABLE_NAME``.
Extra flags to use when compiling C++ source files.
**BUILD_SHARED_LIBS**:BOOL
- Flag indicating is shared libraries will be built. Its default value is
- OFF. Shared libraries are not supported on Windows and not recommended in the
+ Flag indicating if shared libraries will be built. Its default value is
+ OFF. Shared libraries are not supported on Windows and not recommended on the
other OSes.
.. _LLVM-specific variables: