File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 220
220
#endif
221
221
#ifdef NO_INTPTR_T
222
222
/*
223
- * On I16LP32, ILP32 and LP64 "long" is the save bet, however
223
+ * On I16LP32, ILP32 and LP64 "long" is the safe bet, however
224
224
* on LLP86, IL33LLP64 and P64 it needs to be "long long",
225
225
* while on IP16 and IP16L32 it is "int" (resp. "short")
226
226
* 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)
714
714
715
715
} else if (use_gzip && 1024 < rpc -> len ) {
716
716
/* 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
718
718
* the transfer time.
719
719
*/
720
720
git_zstream stream ;
You can’t perform that action at this time.
0 commit comments