diff --git a/src/lib/ecore_evas/Ecore_Evas.h b/src/lib/ecore_evas/Ecore_Evas.h index f53586a866..054fa79f1a 100644 --- a/src/lib/ecore_evas/Ecore_Evas.h +++ b/src/lib/ecore_evas/Ecore_Evas.h @@ -1740,7 +1740,7 @@ EAPI Ecore_Evas *ecore_evas_buffer_allocfunc_new(int w, int h, void *(*alloc * @return A pointer to the internal pixels array of @p ee * * Besides returning a pointer to the actual pixel array of the given - * canvas, this call will force a rendering update on @p ee, + * canvas, this call will force a rendering update on @p ee * first. * * A common use case for this call is to create an image object, from