Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2018-08-08 14:49:58 +0300
committerJunio C Hamano <gitster@pobox.com>2018-08-08 19:07:16 +0300
commitc70e1b04f66e1b1dbfb5b656c065b09c89027e62 (patch)
tree2d9011c3c82a94f1784d14b7d93a08d541a00078 /git-compat-util.h
parent27dea4683b608c5c0487dee74cbda13b62803b73 (diff)
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>
Diffstat (limited to 'git-compat-util.h')
-rw-r--r--git-compat-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-compat-util.h b/git-compat-util.h
index d89a78616b..b20fdcae02 100644
--- a/git-compat-util.h
+++ b/git-compat-util.h
@@ -217,7 +217,7 @@
#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 *)'.