Skip to content

Commit 13bf260

Browse files
committed
Merge branch 'js/typofixes'
Comment update. * js/typofixes: remote-curl: remove spurious period git-compat-util.h: fix typo
2 parents 93ded33 + a813241 commit 13bf260

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

git-compat-util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
#endif
221221
#ifdef NO_INTPTR_T
222222
/*
223-
* On I16LP32, ILP32 and LP64 "long" is the save bet, however
223+
* On I16LP32, ILP32 and LP64 "long" is the safe bet, however
224224
* on LLP86, IL33LLP64 and P64 it needs to be "long long",
225225
* while on IP16 and IP16L32 it is "int" (resp. "short")
226226
* Size needs to match (or exceed) 'sizeof(void *)'.

remote-curl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ static int post_rpc(struct rpc_state *rpc)
714714

715715
} else if (use_gzip && 1024 < rpc->len) {
716716
/* The client backend isn't giving us compressed data so
717-
* we can try to deflate it ourselves, this may save on.
717+
* we can try to deflate it ourselves, this may save on
718718
* the transfer time.
719719
*/
720720
git_zstream stream;

0 commit comments

Comments
 (0)