summaryrefslogtreecommitdiff
path: root/docs/CMake.rst
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2013-03-28 18:06:20 +0000
committerThomas Schwinge <thomas@schwinge.name>2013-03-28 18:06:20 +0000
commit7f5f06b818133c8b37764ead6e2f683f5bf7b51b (patch)
tree010fbf2bf96ad7ee7db2663d31691c2c7e46c638 /docs/CMake.rst
parent30509ee8a348116335475beaf9e5504471c86e73 (diff)
downloadllvm-7f5f06b818133c8b37764ead6e2f683f5bf7b51b.tar.gz
llvm-7f5f06b818133c8b37764ead6e2f683f5bf7b51b.tar.bz2
llvm-7f5f06b818133c8b37764ead6e2f683f5bf7b51b.tar.xz
Correct spelling of Git.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178254 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 6eab04b970..fb081d7b98 100644
--- a/docs/CMake.rst
+++ b/docs/CMake.rst
@@ -204,7 +204,7 @@ LLVM-specific variables
tests.
**LLVM_APPEND_VC_REV**:BOOL
- Append version control revision info (svn revision number or git revision id)
+ Append version control revision info (svn revision number or Git revision id)
to LLVM version string (stored in the PACKAGE_VERSION macro). For this to work
cmake must be invoked before the build. Defaults to OFF.