hashtable: Fix typo in comment

This commit is contained in:
Petri Lehtinen 2010-02-11 21:17:19 +02:00
parent 8e61b7c0f0
commit 42621370c3

View 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