[llvm] r223265 - Fix grammar-o.

Nico Weber nicolasweber at gmx.de
Wed Dec 3 12:58:23 PST 2014


Author: nico
Date: Wed Dec  3 14:58:23 2014
New Revision: 223265

URL: http://llvm.org/viewvc/llvm-project?rev=223265&view=rev
Log:
Fix grammar-o.

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=223265&r1=223264&r2=223265&view=diff
==============================================================================
--- llvm/trunk/docs/CMake.rst (original)
+++ llvm/trunk/docs/CMake.rst Wed Dec  3 14:58:23 2014
@@ -234,7 +234,7 @@ LLVM-specific variables
   Enable all compiler warnings. Defaults to ON.
 
 **LLVM_ENABLE_PEDANTIC**:BOOL
-  Enable pedantic mode. This disable compiler specific extensions, is
+  Enable pedantic mode. This disables compiler specific extensions, if
   possible. Defaults to ON.
 
 **LLVM_ENABLE_WERROR**:BOOL





More information about the llvm-commits mailing list