summaryrefslogtreecommitdiff
path: root/docs/CMake.rst
diff options
context:
space:
mode:
authorAhmed Charles <ahmedcharles@gmail.com>2014-03-07 06:24:30 +0000
committerAhmed Charles <ahmedcharles@gmail.com>2014-03-07 06:24:30 +0000
commit6a2154ebd932a3949cdcc23d0b21ea4af4785058 (patch)
treebb3cb7ed18c5ba394e9139c598652c005d0f14b6 /docs/CMake.rst
parent7d7d99622fa1aa9445f3da1171b79ba2641efbc4 (diff)
downloadllvm-6a2154ebd932a3949cdcc23d0b21ea4af4785058.tar.gz
llvm-6a2154ebd932a3949cdcc23d0b21ea4af4785058.tar.bz2
llvm-6a2154ebd932a3949cdcc23d0b21ea4af4785058.tar.xz
[Typo] Fix sentence in CMake documentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203206 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CMake.rst')
-rw-r--r--docs/CMake.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CMake.rst b/docs/CMake.rst
index 9fb4f489b4..49279d5ede 100644
--- a/docs/CMake.rst
+++ b/docs/CMake.rst
@@ -266,7 +266,7 @@ LLVM-specific variables
**LLVM_EXTERNAL_{CLANG,LLD,POLLY}_SOURCE_DIR**:PATH
Path to ``{Clang,lld,Polly}``\'s source directory. Defaults to
``tools/{clang,lld,polly}``. ``{Clang,lld,Polly}`` will not be built when it
- is empty or it does not point valid path.
+ is empty or it does not point to a valid path.
**LLVM_USE_OPROFILE**:BOOL
Enable building OProfile JIT support. Defaults to OFF