diff options
| author | Junio C Hamano <gitster@pobox.com> | 2020-07-30 21:34:30 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2020-07-30 21:34:30 -0700 |
| commit | 5d4e13f6dfa28d31513dc286a52e33e672eea70a (patch) | |
| tree | d6a7ddbac5fb4e3b0c030c8c1435a71916e01c18 /hashmap.h | |
| parent | Merge branch 'rs/grep-simpler-parse-object-or-die-call' into master (diff) | |
| parent | hashmap: fix typo in usage docs (diff) | |
| download | git-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
