Skip to content

Commit a5e9200

Browse files
GorrayLiCopilot
andauthored
Update components/dfs/dfs_v2/src/dfs_vnode.c
Co-authored-by: Copilot <[email protected]>
1 parent 8d7ac53 commit a5e9200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dfs/dfs_v2/src/dfs_vnode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ struct dfs_vnode *dfs_vnode_create(void)
6868
*
6969
* @param[in] vnode Pointer to the vnode to be destroyed
7070
*
71-
* @return int Always returns 0 indicating success
71+
* @return int Always returns 0. Note that this does not guarantee success, as errors may occur internally.
7272
*/
7373
int dfs_vnode_destroy(struct dfs_vnode* vnode)
7474
{

0 commit comments

Comments
 (0)