Skip to content

Commit

Permalink
fix typo in diskio.h (#2497)
Browse files Browse the repository at this point in the history
fucntion -> function
  • Loading branch information
eltociear committed May 19, 2024
1 parent dc9a99b commit 8723aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ventoy2Disk/Ventoy2Disk/ff14/source/diskio.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) */
Expand Down

0 comments on commit 8723aeb

Please sign in to comment.