]> glassweightruler.freedombox.rocks Git - Ventoy.git/commitdiff
fix typo in diskio.h (#2497)
authorIkko Eltociear Ashimine <eltociear@gmail.com>
Sun, 19 May 2024 08:25:42 +0000 (17:25 +0900)
committerGitHub <noreply@github.com>
Sun, 19 May 2024 08:25:42 +0000 (16:25 +0800)
fucntion -> function

Ventoy2Disk/Ventoy2Disk/ff14/source/diskio.h

index e4ead7838038021070ef71185861cb4fff586a4b..d4ca8dc4395da36d2787f6c940627aefa241c1dc 100644 (file)
@@ -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) */