Skip to content

Commit 861c4ce

Browse files
newrengitster
authored andcommitted
hashmap: fix typo in usage docs
Signed-off-by: Elijah Newren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6d12b53 commit 861c4ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hashmap.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ struct hashmap_entry {
168168
* argument `keydata`, respectively. Otherwise, `keydata` is NULL.
169169
*
170170
* When it is too expensive to allocate a user entry (either because it is
171-
* large or varialbe sized, such that it is not on the stack), then the
171+
* large or variable sized, such that it is not on the stack), then the
172172
* relevant data to check for equality should be passed via `keydata`.
173173
* In this case `key` can be a stripped down version of the user key data
174174
* or even just a hashmap_entry having the correct hash.

0 commit comments

Comments
 (0)