diff options
author | Iván Briano <sachieru@gmail.com> | 2009-10-24 04:30:52 +0000 |
---|---|---|
committer | Iván Briano <sachieru@gmail.com> | 2009-10-24 04:30:52 +0000 |
commit | c7983421b55d901920bfbd4159cfbe0bd0ff26cd (patch) | |
tree | c4833bade0fbf8b67cda20df5ce22c77ed57bb65 /src/lib/eina_hash.c | |
parent | 15187ef672f33cc88a6eeed1ea8c6c04a7e2c54e (diff) | |
download | eina-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.c | 3 |
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. |