aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2010-02-11 21:17:19 +0200
committerPetri Lehtinen <petri@digip.org>2010-02-11 21:17:19 +0200
commit42621370c3b562dff33cd8a8a043cb7bd519d4a6 (patch)
tree0639c2eb87ac330a9ab91b11c23046058a3f823c /src
parent8e61b7c0f0b796f238253b2a61f82870786d81c8 (diff)
downloadjansson-42621370c3b562dff33cd8a8a043cb7bd519d4a6.zip
jansson-42621370c3b562dff33cd8a8a043cb7bd519d4a6.tar.gz
jansson-42621370c3b562dff33cd8a8a043cb7bd519d4a6.tar.bz2
hashtable: Fix typo in comment
Diffstat (limited to 'src')
-rw-r--r--src/hashtable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hashtable.h b/src/hashtable.h
index 6d3c736..f03a769 100644
--- a/src/hashtable.h
+++ b/src/hashtable.h
@@ -161,7 +161,7 @@ void hashtable_clear(hashtable_t *hashtable);
void *hashtable_iter(hashtable_t *hashtable);
/**
- * hashtable_iter - Return an iterator at a specific key
+ * hashtable_iter_at - Return an iterator at a specific key
*
* @hashtable: The hashtable object
* @key: The key that the iterator should point to