diff options
| author | levlam <levlam@telegram.org> | 2023-01-02 15:38:04 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2023-01-02 15:38:04 +0300 |
| commit | 903d9947999f6298ff7f83987a4b6cc816f92e3a (patch) | |
| tree | d4ac34af9009ece932ecf3eb487603b16cd64547 /CMake | |
| parent | 8b763bedafb3919040af6ce95906c4f6d80f2655 (diff) | |
Improve punctuation.
Diffstat (limited to 'CMake')
| -rw-r--r-- | CMake/GetGitRevisionDescription.cmake | 2 |
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 |
