aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMake/GetGitRevisionDescription.cmake
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2023-01-02 15:38:04 +0300
committerlevlam <levlam@telegram.org>2023-01-02 15:38:04 +0300
commit903d9947999f6298ff7f83987a4b6cc816f92e3a (patch)
treed4ac34af9009ece932ecf3eb487603b16cd64547 /CMake/GetGitRevisionDescription.cmake
parent8b763bedafb3919040af6ce95906c4f6d80f2655 (diff)
Improve punctuation.
Diffstat (limited to 'CMake/GetGitRevisionDescription.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