diff --git a/legacy/evas/src/lib/Evas.h b/legacy/evas/src/lib/Evas.h index 7d7a72c4f9..f88f0a7988 100644 --- a/legacy/evas/src/lib/Evas.h +++ b/legacy/evas/src/lib/Evas.h @@ -3487,7 +3487,7 @@ EAPI Evas *evas_object_evas_get (const Evas_Object *obj EAPI const char *evas_object_type_get (const Evas_Object *obj) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1) EINA_PURE; /** - * Raise @p obj to the bottom of its layer. + * Raise @p obj to the top of its layer. * * @param obj the object to raise *