From e3f12719fd9e8ffa1d63d1482cd15dbae317b080 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Wed, 3 Dec 2014 20:58:23 +0000 Subject: [PATCH] Fix grammar-o. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223265 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CMake.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CMake.rst b/docs/CMake.rst index 653fa16a675..47cb2f3f04f 100644 --- a/docs/CMake.rst +++ b/docs/CMake.rst @@ -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 -- 2.34.1