fs: FAT: Fix typo in FS_FAT_MAX_CLUSTSIZE description
authorTuomas Tynkkynen <tuomas@tuxera.com>
Fri, 5 Jan 2018 00:45:20 +0000 (02:45 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 22 Jan 2018 21:43:31 +0000 (16:43 -0500)
Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
fs/fat/Kconfig

index e7978aa..9bb11ea 100644 (file)
@@ -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