projects
/
rrq
/
rrqmisc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e677f12
)
misspelling
author
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Fri, 1 Jul 2022 13:27:10 +0000
(23:27 +1000)
committer
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Fri, 1 Jul 2022 13:27:10 +0000
(23:27 +1000)
vector/hashvector.c
patch
|
blob
|
history
diff --git
a/vector/hashvector.c
b/vector/hashvector.c
index 27c2d65e5d63bec9bedbe5f33ff5006599c72873..0f5b31f6e640f9281bf982a9ca8fea422bd073d7 100644
(file)
--- a/
vector/hashvector.c
+++ b/
vector/hashvector.c
@@
-6,7
+6,7
@@
// to the first of holes encountered while considering collisions.
// Returns a pointer to the place for the item, or 0 in case of OOM or
// overfull hashvector (i.e. 0 shouldn't happen).
-// If itemkey is set, then the it
me
key callback function is used for
+// If itemkey is set, then the it
em
key callback function is used for
// obtaining a temporary key from the item.
static void **hashvector_find_slot(
hashvector *hv, void *key, unsigned long *i, int itemkey )