mirror of
https://github.com/akheron/jansson.git
synced 2025-04-06 05:55:05 +00:00
hashtable: Fix typo in comment
This commit is contained in:
parent
8e61b7c0f0
commit
42621370c3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue