fs: FAT: Fix typo in FS_FAT_MAX_CLUSTSIZE description
Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
This commit is contained in:
parent
3cd084d364
commit
e8df14d216
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ config FAT_WRITE
|
|||
existing FAT filesystem partition.
|
||||
|
||||
config FS_FAT_MAX_CLUSTSIZE
|
||||
int "Set maximum possible clusersize"
|
||||
int "Set maximum possible clustersize"
|
||||
default 65536
|
||||
depends on FS_FAT
|
||||
help
|
||||
|
|
Loading…
Reference in a new issue