From 5590e16144258de30fcf5d77d353888d9398b70c Mon Sep 17 00:00:00 2001 From: "wy524668781@icloud.com" Date: Tue, 18 Mar 2025 21:14:14 +0800 Subject: [PATCH] fix typo for RdbDBType Signed-off-by: wy524668781@icloud.com --- .../relational_store/include/relational_store.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distributeddatamgr/relational_store/include/relational_store.h b/distributeddatamgr/relational_store/include/relational_store.h index 54d2cc405..f253f5d8d 100644 --- a/distributeddatamgr/relational_store/include/relational_store.h +++ b/distributeddatamgr/relational_store/include/relational_store.h @@ -174,11 +174,11 @@ typedef struct OH_Rdb_ConfigV2 OH_Rdb_ConfigV2; */ typedef enum Rdb_DBType { /** - * @brief Means using SQLITE as the db kernal + * @brief Means using SQLITE as the db kernel */ RDB_SQLITE = 1, /** - * @brief Means using CARLEY_DB as the db kernal + * @brief Means using CARLEY_DB as the db kernel */ RDB_CAYLEY = 2, /** -- Gitee