eina_inlist: fix eina_inlist_sort doc
authorJérémy Zurcher <jeremy@asynk.ch>
Fri, 5 Apr 2013 21:57:46 +0000 (23:57 +0200)
committerJérémy Zurcher <jeremy@asynk.ch>
Fri, 5 Apr 2013 21:58:46 +0000 (23:58 +0200)
src/lib/eina/eina_inlist.h

index 42079e3..6a318d7 100644 (file)
@@ -744,7 +744,7 @@ EAPI Eina_Inlist *eina_inlist_sorted_state_insert(Eina_Inlist *list,
  * typedef struct _Sort_Ex Sort_Ex;
  * struct _Sort_Ex
  * {
- *   INLIST;
+ *   EINA_INLIST;
  *   const char *text;
  * };
  *