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 |
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 ====