change the comment 29/210829/1
authorSooChan Lim <sc1.lim@samsung.com>
Thu, 25 Jul 2019 06:16:20 +0000 (15:16 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Thu, 25 Jul 2019 06:16:20 +0000 (15:16 +0900)
Change-Id: I51e8d6335daa8495f579981b53429875aca7d0d7

include/tbm_type_common.h

index c77a8e9..068d19b 100755 (executable)
@@ -139,7 +139,7 @@ enum TBM_BUFMGR_CAPABILITY {
        TBM_BUFMGR_CAPABILITY_NONE = 0,                  /**< Not Support capability*/
        TBM_BUFMGR_CAPABILITY_SHARE_KEY = (1 << 0),      /**< Support sharing buffer by tbm key */
        TBM_BUFMGR_CAPABILITY_SHARE_FD = (1 << 1),       /**< Support sharing buffer by tbm fd */
-       TBM_BUFMGR_CAPABILITY_TBM_SYNC = (1 << 2),       /**< Support tbm sync */
+       TBM_BUFMGR_CAPABILITY_TBM_SYNC = (1 << 2),       /**< Support timeline sync */
        TBM_BUFMGR_CAPABILITY_TILED_MEMORY = (1 << 3),   /**< Support tiled memory */
 };