From 3906f6a70731b6ee0920bd3d5acf4a790ce2537a Mon Sep 17 00:00:00 2001 From: Hongze Cheng Date: Mon, 22 Nov 2021 15:39:05 +0800 Subject: [PATCH] refact --- include/dnode/vnode/vnode.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/dnode/vnode/vnode.h b/include/dnode/vnode/vnode.h index 507cd84a1d..2c534fd3e3 100644 --- a/include/dnode/vnode/vnode.h +++ b/include/dnode/vnode/vnode.h @@ -37,10 +37,10 @@ typedef struct SVnodeCfg SVnodeCfg; * @brief Open a VNODE. * * @param path path of the vnode - * @param pVnodeOptions options of the vnode + * @param pVnodeCfg options of the vnode * @return SVnode* The vnode object */ -SVnode *vnodeOpen(const char *path, const SVnodeCfg *pVnodeOptions); +SVnode *vnodeOpen(const char *path, const SVnodeCfg *pVnodeCfg); /** * @brief Close a VNODE