hashtable: Fix typo in comment
authorPetri Lehtinen <petri@digip.org>
Thu, 11 Feb 2010 19:17:19 +0000 (21:17 +0200)
committerPetri Lehtinen <petri@digip.org>
Thu, 11 Feb 2010 19:17:19 +0000 (21:17 +0200)
src/hashtable.h

index 6d3c736..f03a769 100644 (file)
@@ -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