tdm_backend: fix typo 61/237461/1
authorChangyeon Lee <cyeon.lee@samsung.com>
Tue, 30 Jun 2020 11:43:59 +0000 (20:43 +0900)
committerChangyeon Lee <cyeon.lee@samsung.com>
Tue, 30 Jun 2020 11:44:13 +0000 (20:44 +0900)
Change-Id: Ie98882fcaf2410521211cd2169e9f589fc195e45

include/tdm_backend.h

index 60ddd1a..15e5be1 100644 (file)
@@ -977,10 +977,10 @@ typedef struct _tdm_func_hwc {
 
        /**
         * @brief Get commit fence
-        * @details After all change of a window object are applied about last tdm_hwc_commit,
+        * @details After all change of a window object are applied to last tdm_hwc_commit,
         * the fence is signaled.
         * @param[in] hwc A hwc object
-        * @param[out] commit_fence the commit fence fd of tdm_hwc_commit
+        * @param[out] commit_fence the commit fence fd of tdm_hwc_commit
         * @return #TDM_ERROR_NONE if success. Otherwise, error value.
         */
        tdm_error (*hwc_get_commit_fence)(tdm_hwc *hwc, int *commit_fence);
@@ -989,7 +989,7 @@ typedef struct _tdm_func_hwc {
         * @brief Set the property which has a given id on the hwc object.
         * @param[in] hwc A hwc object
         * @param[in] id The property id
-        * @param[in] value The value of the propery id
+        * @param[in] value The value of the property id
         * @return #TDM_ERROR_NONE if success. Otherwise, error value.
         */
        tdm_error (*hwc_set_property)(tdm_hwc *hwc, uint32_t id, tdm_value value);
@@ -998,7 +998,7 @@ typedef struct _tdm_func_hwc {
         * @brief Get the property which has a given id on the hwc object.
         * @param[in] hwc A hwc object
         * @param[in] id The property id
-        * @param[in] value The value of the propery id
+        * @param[in] value The value of the property id
         * @return #TDM_ERROR_NONE if success. Otherwise, error value.
         */
        tdm_error (*hwc_get_property)(tdm_hwc *hwc, uint32_t id, tdm_value *value);