Skip to content

Commit c70e1b0

Browse files
dschogitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 27dea46 commit c70e1b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-compat-util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
#endif
218218
#ifdef NO_INTPTR_T
219219
/*
220-
* On I16LP32, ILP32 and LP64 "long" is the save bet, however
220+
* On I16LP32, ILP32 and LP64 "long" is the safe bet, however
221221
* on LLP86, IL33LLP64 and P64 it needs to be "long long",
222222
* while on IP16 and IP16L32 it is "int" (resp. "short")
223223
* Size needs to match (or exceed) 'sizeof(void *)'.

0 commit comments

Comments
 (0)