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:
authorJunio C Hamano <gitster@pobox.com>2018-08-20 21:33:50 +0300
committerJunio C Hamano <gitster@pobox.com>2018-08-20 21:33:50 +0300
commit13bf260ac743d8837f89c7a29b579caafb076a7c (patch)
treed8795a502cea8af7b7ae6ef40a6660d8965d5d0e /git-compat-util.h
parent93ded333bcb6687bc2aee533f18e5a0ea718024a (diff)
parenta8132410ee70028783e9ea48c1990f3b0e107658 (diff)
Merge branch 'js/typofixes'
Comment update. * js/typofixes: remote-curl: remove spurious period git-compat-util.h: fix typo
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 89d37095c7..5f2e90932f 100644
--- a/git-compat-util.h
+++ b/git-compat-util.h
@@ -220,7 +220,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 *)'.