diff --git a/legacy/eina/src/lib/eina_unicode.c b/legacy/eina/src/lib/eina_unicode.c index ec0f8433d1..79eccd332a 100644 --- a/legacy/eina/src/lib/eina_unicode.c +++ b/legacy/eina/src/lib/eina_unicode.c @@ -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)