From: Shinwoo Kim Date: Tue, 5 Jan 2021 01:37:08 +0000 (+0900) Subject: fix typo X-Git-Tag: accepted/tizen/unified/20210115.125753~1 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Flibtbm.git;a=commitdiff_plain;h=a5ff99e8880633635d6735e5adb0401d4a134e8a fix typo Change-Id: I07584c7153e4f4a4faf752ba78aef54ce7e10489 Signed-off-by: Shinwoo Kim --- diff --git a/include/tbm_bo.h b/include/tbm_bo.h index 4817af6..05f508a 100644 --- a/include/tbm_bo.h +++ b/include/tbm_bo.h @@ -51,11 +51,11 @@ extern "C" { * @brief Allocates the buffer object. * @details This function create tbm_bo and set reference count to 1.\n * The user can craete tbm_bo with memory type flag #TBM_BO_FLAGS\n\n - * #TBM_BO_DEFAULT indecates default memory: it depends on the backend\n - * #TBM_BO_SCANOUT indecates scanout memory\n - * #TBM_BO_NONCACHABLE indecates non-cachable memory\n - * #TBM_BO_WC indecates write-combine memory\n - * #TBM_BO_VENDOR indecates vendor specific memory: it depends on the tbm backend + * #TBM_BO_DEFAULT indicates default memory: it depends on the backend\n + * #TBM_BO_SCANOUT indicates scanout memory\n + * #TBM_BO_NONCACHABLE indicates non-cachable memory\n + * #TBM_BO_WC indicates write-combine memory\n + * #TBM_BO_VENDOR indicates vendor specific memory: it depends on the tbm backend * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * @param[in] bufmgr : the buffer manager * @param[in] size : the size of buffer object @@ -147,14 +147,14 @@ void tbm_bo_unref(tbm_bo bo); * If the lock type of bufmgr set once, the previous bo which is locked is unlock when the new bo is trying to be locked.\n * If the lock type of bufmgr set always, the new bo is locked until the previous bo which is locked is unlocked.\n * If the lock type of bufmgr set never, Every bo is never locked.\n\n - * #TBM_DEVICE_DEFAULT indecates the default handle.\n - * #TBM_DEVICE_2D indecates the 2D memory handle.\n - * #TBM_DEVICE_3D indecates the 3D memory handle.\n - * #TBM_DEVICE_CPU indecates the virtual memory handle.\n - * #TBM_DEVICE_MM indecates the multimedia handle.\n\n - * #TBM_OPTION_READ indecates the accss option to read.\n - * #TBM_OPTION_WRITE indecates the access option to write.\n - * #TBM_OPTION_VENDOR indecates the vendor specific option that depends on the backend. + * #TBM_DEVICE_DEFAULT indicates the default handle.\n + * #TBM_DEVICE_2D indicates the 2D memory handle.\n + * #TBM_DEVICE_3D indicates the 3D memory handle.\n + * #TBM_DEVICE_CPU indicates the virtual memory handle.\n + * #TBM_DEVICE_MM indicates the multimedia handle.\n\n + * #TBM_OPTION_READ indicates the accss option to read.\n + * #TBM_OPTION_WRITE indicates the access option to write.\n + * #TBM_OPTION_VENDOR indicates the vendor specific option that depends on the backend. * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * @param[in] bo : the buffer object * @param[in] device : the device type to get a handle @@ -231,11 +231,11 @@ int tbm_bo_unmap(tbm_bo bo); * @brief Gets the tbm_bo_handle according to the device type. * @details The tbm_bo_handle can be get without the map of the tbm_bo.\n * In this case, TBM does not guarantee the lock and the cache flush of the tbm_bo.\n\n - * #TBM_DEVICE_DEFAULT indecates the default handle.\n - * #TBM_DEVICE_2D indecates the 2D memory handle.\n - * #TBM_DEVICE_3D indecates the 3D memory handle.\n - * #TBM_DEVICE_CPU indecates the virtual memory handle.\n - * #TBM_DEVICE_MM indecates the multimedia handle. + * #TBM_DEVICE_DEFAULT indicates the default handle.\n + * #TBM_DEVICE_2D indicates the 2D memory handle.\n + * #TBM_DEVICE_3D indicates the 3D memory handle.\n + * #TBM_DEVICE_CPU indicates the virtual memory handle.\n + * #TBM_DEVICE_MM indicates the multimedia handle. * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * @param[in] bo : the buffer object * @param[in] device : the device type to get a handle @@ -756,4 +756,4 @@ int tbm_bo_get_flags(tbm_bo bo); #ifdef __cplusplus } #endif -#endif /* _TBM_BO_H_ */ \ No newline at end of file +#endif /* _TBM_BO_H_ */ diff --git a/include/tbm_surface_queue.h b/include/tbm_surface_queue.h index b6dc405..3fce8e0 100644 --- a/include/tbm_surface_queue.h +++ b/include/tbm_surface_queue.h @@ -472,7 +472,7 @@ tbm_surface_queue_error_e tbm_surface_queue_dequeue( tbm_surface_queue_h surface_queue, tbm_surface_h *surface); /** - * @brief Dequeue the tbm_surface to the tbm_surface_queue. + * @brief Enqueue the tbm_surface to the tbm_surface_queue. * * @param[in] surface_queue The #tbm_surface_queue_h * @param[in] surface The #tbm_surface_h