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