From 42a3cbc4a42e62859cc2456da85bf969c250ba9e Mon Sep 17 00:00:00 2001 From: SooChan Lim Date: Thu, 25 Jul 2019 15:16:20 +0900 Subject: [PATCH] change the comment Change-Id: I51e8d6335daa8495f579981b53429875aca7d0d7 --- include/tbm_type_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tbm_type_common.h b/include/tbm_type_common.h index c77a8e9..068d19b 100755 --- a/include/tbm_type_common.h +++ b/include/tbm_type_common.h @@ -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 */ }; -- 2.34.1