* eina: little doxy fix.
authorcedric <cedric>
Wed, 10 Nov 2010 10:54:53 +0000 (10:54 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 10 Nov 2010 10:54:53 +0000 (10:54 +0000)
Thanks to kuri <kuri@paranoia.abuser.eu>

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@54398 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/eina_list.c

index e301476..f3a4710 100644 (file)
@@ -1445,10 +1445,10 @@ eina_list_clone(const Eina_List *list)
  *    const char *txt = NULL;
  *    const char *txt2 = NULL;
  *
- *    if(!d1) return(1);
- *    if(!d2) return(-1);
+ *    if(!txt) return(1);
+ *    if(!txt2) return(-1);
  *
- *    return(strcmp((const char*)d1, (const char*)d2));
+ *    return(strcmp(txt, txt2));
  * }
  * extern Eina_List *list;
  *