From ecf0a9c9326c8eff824401c22dd35ecbd41f282f Mon Sep 17 00:00:00 2001 From: discomfitor Date: Sun, 18 Jul 2010 03:55:53 +0000 Subject: [PATCH] well this was just plain wrong git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@50314 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/eina_hash.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/eina_hash.c b/src/lib/eina_hash.c index 9e8edb7..8623d4e 100644 --- a/src/lib/eina_hash.c +++ b/src/lib/eina_hash.c @@ -788,9 +788,9 @@ eina_hash_stringshared_new(Eina_Free_Cb data_free_cb) } /** - * Retrieves the number of buckets available in the given hash table. + * Returns the number of entires in the hash table. * @param hash The given hash table. - * @return @c 256 if @p hash is not @c NULL. @c 0 otherwise. + * @return The number of entries in the hash table, @c 0 on error */ EAPI int eina_hash_population(const Eina_Hash *hash) -- 2.7.4