diff mbox series

Makefile: add the missing period in the 'SHA-1 implementations' comment

Message ID pull.1833.git.git.1732868723157.gitgitgadget@gmail.com (mailing list archive)
State New
Headers show
Series Makefile: add the missing period in the 'SHA-1 implementations' comment | expand

Commit Message

jxzhu Nov. 29, 2024, 8:25 a.m. UTC
From: jxzhu <zhujiaxinabc@gmail.com>

Signed-off-by: Jiaxin Zhu <zhujiaxinabc@gmail.com>
---
    Makefile: add the missing period in the 'SHA-1 implementations' comment

Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-1833%2Fjxshin%2Fmaster-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-1833/jxshin/master-v1
Pull-Request: https://github.com/git/git/pull/1833

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: 04eaff62f286226f501dd21f069e0e257aee11a6
diff mbox series

Patch

diff --git a/Makefile b/Makefile
index d06c9a8ffa7..a1fe141f7e0 100644
--- a/Makefile
+++ b/Makefile
@@ -527,7 +527,7 @@  include shared.mak
 #
 # If don't enable any of the *_SHA1 settings in this section, Git will
 # default to its built-in sha1collisiondetection library, which is a
-# collision-detecting sha1 This is slower, but may detect attempted
+# collision-detecting sha1. This is slower, but may detect attempted
 # collision attacks.
 #
 # ==== Options for the sha1collisiondetection library ====