aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMake
diff options
context:
space:
mode:
Diffstat (limited to 'CMake')
-rw-r--r--CMake/GetGitRevisionDescription.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/GetGitRevisionDescription.cmake b/CMake/GetGitRevisionDescription.cmake
index b56558209..420772966 100644
--- a/CMake/GetGitRevisionDescription.cmake
+++ b/CMake/GetGitRevisionDescription.cmake
@@ -80,7 +80,7 @@ function(get_git_head_revision _refspecvar _hashvar)
# The following git command will return a non empty string that
# points to the super project working tree if the current
# source dir is inside a git submodule.
- # Otherwise the command will return an empty string.
+ # Otherwise, the command will return an empty string.
#
execute_process(
COMMAND "${GIT_EXECUTABLE}" rev-parse --show-superproject-working-tree