summaryrefslogtreecommitdiff
path: root/src/lib/eina_hash.c
diff options
context:
space:
mode:
authorIván Briano <sachieru@gmail.com>2009-10-24 04:30:52 +0000
committerIván Briano <sachieru@gmail.com>2009-10-24 04:30:52 +0000
commitc7983421b55d901920bfbd4159cfbe0bd0ff26cd (patch)
treec4833bade0fbf8b67cda20df5ce22c77ed57bb65 /src/lib/eina_hash.c
parent15187ef672f33cc88a6eeed1ea8c6c04a7e2c54e (diff)
downloadeina-c7983421b55d901920bfbd4159cfbe0bd0ff26cd.tar.gz
Fix docs for hash_free
SVN revision: 43237
Diffstat (limited to 'src/lib/eina_hash.c')
-rw-r--r--src/lib/eina_hash.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/eina_hash.c b/src/lib/eina_hash.c
index 041ef36..c5731e8 100644
--- a/src/lib/eina_hash.c
+++ b/src/lib/eina_hash.c
@@ -773,7 +773,8 @@ eina_hash_population(const Eina_Hash *hash)
* @param hash The hash table to be freed
*
* This function frees up all the memory allocated to storing the specified
- * hash tale pointed to by @p hash. Any entries in the table that the program
+ * hash tale pointed to by @p hash. If no data_free_cb has been passed to the
+ * hash at creation time, any entries in the table that the program
* has no more pointers for elsewhere may now be lost, so this should only be
* called if the program has lready freed any allocated data in the hash table
* or has the pointers for data in teh table stored elswehere as well.