Fixed documentation a bit.

SVN revision: 55778
This commit is contained in:
Tom Hacohen 2010-12-30 07:51:26 +00:00
parent ab8ceec8eb
commit c730fdf95e
1 changed files with 1 additions and 1 deletions

View 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)