Skip to content
Snippets Groups Projects
Commit 13bf260a authored by Junio C Hamano's avatar Junio C Hamano
Browse files

Merge branch 'js/typofixes'

Comment update.

* js/typofixes:
  remote-curl: remove spurious period
  git-compat-util.h: fix typo
parents 93ded333 a8132410
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -220,7 +220,7 @@
#endif
#ifdef NO_INTPTR_T
/*
* On I16LP32, ILP32 and LP64 "long" is the save bet, however
* On I16LP32, ILP32 and LP64 "long" is the safe bet, however
* on LLP86, IL33LLP64 and P64 it needs to be "long long",
* while on IP16 and IP16L32 it is "int" (resp. "short")
* Size needs to match (or exceed) 'sizeof(void *)'.
Loading
Loading
Loading
Loading
@@ -714,7 +714,7 @@ static int post_rpc(struct rpc_state *rpc)
 
} else if (use_gzip && 1024 < rpc->len) {
/* The client backend isn't giving us compressed data so
* we can try to deflate it ourselves, this may save on.
* we can try to deflate it ourselves, this may save on
* the transfer time.
*/
git_zstream stream;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment