projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87b6d42
)
Fix comment.
author
Ben Pfaff
<blp@gnu.org>
Mon, 26 Jun 2006 05:25:17 +0000
(
05:25
+0000)
committer
Ben Pfaff
<blp@gnu.org>
Mon, 26 Jun 2006 05:25:17 +0000
(
05:25
+0000)
src/libpspp/hash.c
patch
|
blob
|
history
diff --git
a/src/libpspp/hash.c
b/src/libpspp/hash.c
index c3a7eb7e59d7c82d5ec2feeda287cdc014b4befb..55b3a6f1516b76494824ce915e682fde1b508105 100644
(file)
--- a/
src/libpspp/hash.c
+++ b/
src/libpspp/hash.c
@@
-231,8
+231,9
@@
hsh_destroy (struct hsh_table *h)
}
}
-/* Locates an entry matching TARGET. Returns a pointer to the
- entry, or a null pointer on failure. */
+/* Locates an entry matching TARGET. Returns the index for the
+ entry, if found, or the index of an empty entry that indicates
+ where TARGET should go, otherwise. */
static inline unsigned
locate_matching_entry (struct hsh_table *h, const void *target)
{