evas - fixed typo
authorhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 15 Nov 2011 14:16:31 +0000 (14:16 +0000)
committerhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 15 Nov 2011 14:16:31 +0000 (14:16 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@65266 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Evas.h

index 7d7a72c..f88f0a7 100644 (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
  *