File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 *)'.
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments