fix docu
authorurandom <urandom>
Sat, 11 Apr 2009 16:59:39 +0000 (16:59 +0000)
committerurandom <urandom@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 11 Apr 2009 16:59:39 +0000 (16:59 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@39989 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/eina_list.c

index bafe7c7..3d01d12 100644 (file)
@@ -913,7 +913,7 @@ eina_list_remove_list(Eina_List *list, Eina_List *remove_list)
  * @return A NULL pointer
  *
  * This function frees all the nodes of @p list. It does not free the
- * data of the nodes. To free them, use #EINA_LIST_FOREACH.
+ * data of the nodes. To free them, use #EINA_LIST_FREE.
  */
 EAPI Eina_List *
 eina_list_free(Eina_List *list)