Merge branch 'js/typofixes'

Comment update.

* js/typofixes:
  remote-curl: remove spurious period
  git-compat-util.h: fix typo
maint
Junio C Hamano 2018-08-20 11:33:50 -07:00
commit 13bf260ac7
2 changed files with 2 additions and 2 deletions

View File

@ -220,7 +220,7 @@
#endif #endif
#ifdef NO_INTPTR_T #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", * on LLP86, IL33LLP64 and P64 it needs to be "long long",
* while on IP16 and IP16L32 it is "int" (resp. "short") * while on IP16 and IP16L32 it is "int" (resp. "short")
* Size needs to match (or exceed) 'sizeof(void *)'. * Size needs to match (or exceed) 'sizeof(void *)'.

View File

@ -714,7 +714,7 @@ retry:


} else if (use_gzip && 1024 < rpc->len) { } else if (use_gzip && 1024 < rpc->len) {
/* The client backend isn't giving us compressed data so /* 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. * the transfer time.
*/ */
git_zstream stream; git_zstream stream;