Fixed documentation a bit.
authortasn <tasn>
Thu, 30 Dec 2010 07:51:26 +0000 (07:51 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 30 Dec 2010 07:51:26 +0000 (07:51 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@55778 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/eina_unicode.c

index ec0f843..79eccd3 100644 (file)
@@ -125,7 +125,7 @@ eina_unicode_strdup(const Eina_Unicode *text)
 }
 
 /**
- * @brief Same as the standard strdup just with Eina_Unicode instead of char.
+ * @brief Same as the standard strstr just with Eina_Unicode instead of char.
  */
 EAPI Eina_Unicode *
 eina_unicode_strstr(const Eina_Unicode *haystack, const Eina_Unicode *needle)