aboutsummaryrefslogtreecommitdiffstats
path: root/hashmap.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-07-30 21:34:30 -0700
committerJunio C Hamano <gitster@pobox.com>2020-07-30 21:34:30 -0700
commit5d4e13f6dfa28d31513dc286a52e33e672eea70a (patch)
treed6a7ddbac5fb4e3b0c030c8c1435a71916e01c18 /hashmap.h
parentMerge branch 'rs/grep-simpler-parse-object-or-die-call' into master (diff)
parenthashmap: fix typo in usage docs (diff)
downloadgit-5d4e13f6dfa28d31513dc286a52e33e672eea70a.tar.gz
git-5d4e13f6dfa28d31513dc286a52e33e672eea70a.zip
Merge branch 'en/typofixes' into master
* en/typofixes: hashmap: fix typo in usage docs Remove doubled words in various comments
Diffstat (limited to 'hashmap.h')
-rw-r--r--hashmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hashmap.h b/hashmap.h
index 79ae9f80de..ef220de4c6 100644
--- a/hashmap.h
+++ b/hashmap.h
@@ -168,7 +168,7 @@ struct hashmap_entry {
* argument `keydata`, respectively. Otherwise, `keydata` is NULL.
*
* When it is too expensive to allocate a user entry (either because it is
- * large or varialbe sized, such that it is not on the stack), then the
+ * large or variable sized, such that it is not on the stack), then the
* relevant data to check for equality should be passed via `keydata`.
* In this case `key` can be a stripped down version of the user key data
* or even just a hashmap_entry having the correct hash.