hashtable: Fix typo in comment
This commit is contained in:
parent
8e61b7c0f0
commit
42621370c3
@ -161,7 +161,7 @@ void hashtable_clear(hashtable_t *hashtable);
|
|||||||
void *hashtable_iter(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
|
* @hashtable: The hashtable object
|
||||||
* @key: The key that the iterator should point to
|
* @key: The key that the iterator should point to
|
||||||
|
Loading…
Reference in New Issue
Block a user