From 8723aeb4cc1fea5ead12c7715758abee62617c9c Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 19 May 2024 17:25:42 +0900 Subject: [PATCH] fix typo in diskio.h (#2497) fucntion -> function --- Ventoy2Disk/Ventoy2Disk/ff14/source/diskio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ventoy2Disk/Ventoy2Disk/ff14/source/diskio.h b/Ventoy2Disk/Ventoy2Disk/ff14/source/diskio.h index e4ead783..d4ca8dc4 100644 --- a/Ventoy2Disk/Ventoy2Disk/ff14/source/diskio.h +++ b/Ventoy2Disk/Ventoy2Disk/ff14/source/diskio.h @@ -40,7 +40,7 @@ DRESULT disk_ioctl (BYTE pdrv, BYTE cmd, void* buff); #define STA_PROTECT 0x04 /* Write protected */ -/* Command code for disk_ioctrl fucntion */ +/* Command code for disk_ioctrl function */ /* Generic command (Used by FatFs) */ #define CTRL_SYNC 0 /* Complete pending write process (needed at FF_FS_READONLY == 0) */