Skip to content

Commit 76b1e41

Browse files
committed
fs: fat_fs: fix spelling of "available"
s/avaialble/available/ Signed-off-by: Benjamin Cabé <[email protected]>
1 parent e01aa1a commit 76b1e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/fatfs/zfs_diskio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/* The file is based on template file by (C)ChaN, 2019, as
99
* available from FAT FS module source:
1010
* https://github.com/zephyrproject-rtos/fatfs/blob/master/diskio.c
11-
* and has been previously avaialble from directory for that module
11+
* and has been previously available from directory for that module
1212
* under name zfs_diskio.c.
1313
*/
1414
#include <ff.h>

0 commit comments

Comments
 (0)