From 46739ae9e02a7955abe5b9a978e90379ab7f951d Mon Sep 17 00:00:00 2001 From: "pt.chang" Date: Thu, 26 Oct 2023 14:03:46 +0800 Subject: [PATCH] Fix the comment error on line 1271 of ob_define.h. --- deps/oblib/src/lib/ob_define.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/oblib/src/lib/ob_define.h b/deps/oblib/src/lib/ob_define.h index 386130f35..a2fd8a346 100644 --- a/deps/oblib/src/lib/ob_define.h +++ b/deps/oblib/src/lib/ob_define.h @@ -1268,7 +1268,7 @@ OB_INLINE bool is_inner_keystore_id(const uint64_t keystore_id) /* * ################################################################################ - * OBJECT_ID FOR KEYSTORE/MASTER KEY (202100, 202200) + * OBJECT_ID FOR PROFILE (202200, 202300) * ################################################################################ */ const uint64_t OB_MIN_INNER_PROFILE_ID = 202200;