git-compat-util.h: fix typo
The words "save" and "safe" are both very wonderful words, each with their own set of meanings. Let's not confuse them with one another save on occasion of a pun. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Johannes Schindelin committed
Aug 8, 2018 at 04:49 UTC
c70e1b04f66e1b1dbfb5b656c065b09c89027e62
1 file changed
+1
-1
git-compat-util.h
+1
-1
@@ -217,7 +217,7 @@
217
#endif
218
#ifdef NO_INTPTR_T
219
/*
220
- * On I16LP32, ILP32 and LP64 "long" is the save bet, however
220
+ * On I16LP32, ILP32 and LP64 "long" is the safe bet, however
221
* on LLP86, IL33LLP64 and P64 it needs to be "long long",
222
* while on IP16 and IP16L32 it is "int" (resp. "short")
223
* Size needs to match (or exceed) 'sizeof(void *)'.