hashtable: Fix typo in comment
[jansson.git] / src / hashtable.h
index e920c6b..f03a769 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009 Petri Lehtinen <petri@digip.org>
+ * Copyright (c) 2009, 2010 Petri Lehtinen <petri@digip.org>
  *
  * This library is free software; you can redistribute it and/or modify
  * it under the terms of the MIT license. See LICENSE for details.
@@ -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