]> git.sur5r.net Git - u-boot/commitdiff
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 e7978aae67d27ac9aed8b66f3e5acee6db39e3db..9bb11eac9f7a88f114ffa89ea27ffa4d46abbdbc 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