]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git-compat-util.h: fix typo
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 8 Aug 2018 11:49:58 +0000 (04:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 Aug 2018 16:07:16 +0000 (09:07 -0700)
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>
git-compat-util.h

index d89a78616b6934a529473080df97990bfb8632e1..b20fdcae0252d4347ec2041e0f98adb74765d847 100644 (file)
 #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 *)'.