From c730fdf95ebc3ace0f7c0d68ff3a6e84257d84bb Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Thu, 30 Dec 2010 07:51:26 +0000 Subject: [PATCH] Fixed documentation a bit. SVN revision: 55778 --- legacy/eina/src/lib/eina_unicode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)