ui_viewmgr: fix wrong doc description. 99/95199/1
authorHermet Park <hermet@hermet.pe.kr>
Wed, 2 Nov 2016 11:31:50 +0000 (20:31 +0900)
committerHermet Park <hermet@hermet.pe.kr>
Wed, 2 Nov 2016 11:31:50 +0000 (20:31 +0900)
Change-Id: I973613f89e47c2c68d02240d08e70c1bad1ae6af

src/include/efl/mobile/c/ui_viewmgr.h

index 58658e83d90bd5f799d0e00340219de870690dc2..70ec53247ca6030d4077924556d50e1360f182e1 100644 (file)
@@ -69,7 +69,7 @@ EAPI int ui_viewmgr_insert_view_after(ui_view *view, ui_view *after);
 /**
  * @brief Pops the top(last) view from the ui_viewmgr view list.
  *        This function is used when application switches the current view back to the previous view.
- *        The top view will be removed from the view stack and then it will be deleted by the given ui_viewmgr.
+ *        The top view will be removed from the view stack and then it will be deleted by ui_viewmgr.
  * @since_tizen 3.0
  * @remarks If the view is just one left, then ui_viewmgr would be deactivated automatically since the ui application might be invalid anymore. Otherwise,
  *          the application will be terminated. It's up to system configuration.