From: Ikko Eltociear Ashimine Date: Sun, 19 May 2024 08:25:42 +0000 (+0900) Subject: fix typo in diskio.h (#2497) X-Git-Tag: v1.0.98~11 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/commitdiff_plain/8723aeb4cc1fea5ead12c7715758abee62617c9c?ds=sidebyside fix typo in diskio.h (#2497) fucntion -> function --- diff --git a/Ventoy2Disk/Ventoy2Disk/ff14/source/diskio.h b/Ventoy2Disk/Ventoy2Disk/ff14/source/diskio.h index e4ead78..d4ca8dc 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) */