evas - fixed typo

SVN revision: 65266
This commit is contained in:
ChunEon Park 2011-11-15 14:16:31 +00:00
parent 0c57eadaa7
commit 9614a4027f
1 changed files with 1 additions and 1 deletions

View File

@ -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
*