eina eina_list.h: Refined documentation.

SVN revision: 67041
This commit is contained in:
Daniel Juyung Seo 2012-01-11 06:41:04 +00:00
parent 7a4e904566
commit 192290dfe9
1 changed files with 1 additions and 1 deletions

View File

@ -582,7 +582,7 @@ EAPI Eina_List *eina_list_remove(Eina_List *list, const void *data) E
/**
* @brief Remove the specified data.
* @brief Remove the specified list node.
*
* @param list The given linked list.
* @param remove_list The list node which is to be removed.