From: Petri Lehtinen Date: Thu, 11 Feb 2010 19:17:19 +0000 (+0200) Subject: hashtable: Fix typo in comment X-Git-Tag: v1.3~10 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=jansson.git;a=commitdiff_plain;h=42621370c3b562dff33cd8a8a043cb7bd519d4a6 hashtable: Fix typo in comment --- 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