From 42621370c3b562dff33cd8a8a043cb7bd519d4a6 Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Thu, 11 Feb 2010 21:17:19 +0200 Subject: [PATCH] hashtable: Fix typo in comment --- src/hashtable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.1.4