summaryrefslogtreecommitdiff
path: root/src/include/eina_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/eina_list.h')
-rw-r--r--src/include/eina_list.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/eina_list.h b/src/include/eina_list.h
index b78eb64..a36bd21 100644
--- a/src/include/eina_list.h
+++ b/src/include/eina_list.h
@@ -954,8 +954,8 @@ EAPI Eina_List *eina_list_merge(Eina_List *left, Eina_List *right) EI
* smallest one to be head of the returned list. It will continue this process
* for all entry of both list.
*
- * Both left and right do not exist anymore after the merge.
- * If @p func is @c NULL, it will return @c NULL.
+ * Both left and right lists are not vailid anymore after the merge and should
+ * not be used. If @p func is @c NULL, it will return @c NULL.
*
* Example:
* @code