Change-Id: I973613f89e47c2c68d02240d08e70c1bad1ae6af
/**
* @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.