[llvm] r209768 - fixed a few typos
Sanjay Patel
spatel at rotateright.com
Wed May 28 13:07:38 PDT 2014
Author: spatel
Date: Wed May 28 15:07:37 2014
New Revision: 209768
URL: http://llvm.org/viewvc/llvm-project?rev=209768&view=rev
Log:
fixed a few typos
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=209768&r1=209767&r2=209768&view=diff
==============================================================================
--- llvm/trunk/docs/CMake.rst (original)
+++ llvm/trunk/docs/CMake.rst Wed May 28 15:07:37 2014
@@ -132,7 +132,7 @@ write the variable and the type on the C
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-var
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:
More information about the llvm-commits
mailing list