We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d12b53 commit 861c4ceCopy full SHA for 861c4ce
hashmap.h
@@ -168,7 +168,7 @@ struct hashmap_entry {
168
* argument `keydata`, respectively. Otherwise, `keydata` is NULL.
169
*
170
* 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
+ * large or variable sized, such that it is not on the stack), then the
172
* relevant data to check for equality should be passed via `keydata`.
173
* In this case `key` can be a stripped down version of the user key data
174
* or even just a hashmap_entry having the correct hash.
0 commit comments