From cc2852fdfc0c8ecef7b80d249dadfafe270248b1 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 1 Jan 2022 08:42:13 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15302 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/vfs/include/vfsnodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/vfs/include/vfsnodes.h b/os/vfs/include/vfsnodes.h index f3b05f909..d46ff5b41 100644 --- a/os/vfs/include/vfsnodes.h +++ b/os/vfs/include/vfsnodes.h @@ -93,7 +93,7 @@ typedef int32_t vfs_mode_t; typedef int vfs_seekmode_t; /** - * @brief Type of a node information structure. + * @brief Type of a directory entry structure. */ typedef struct vfs_direntry_info { /**