diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-09-11 13:42:34 +0100 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@bootlin.com> | 2018-11-09 12:07:47 +0100 |
commit | 81d9e98fceb674078b5ea0add4df8fc40be558a2 (patch) | |
tree | e3fd268250db2bb13cec9686673053c1ce781d6a /drivers/mtd | |
parent | d24dbd7541ff05617d4a14c579a09d33d66cf47f (diff) | |
download | linux-81d9e98fceb674078b5ea0add4df8fc40be558a2.tar.gz linux-81d9e98fceb674078b5ea0add4df8fc40be558a2.tar.bz2 linux-81d9e98fceb674078b5ea0add4df8fc40be558a2.zip |
mtd: Kconfig: fix spelling mistake "partions" -> "partition"
Trivial fix to spelling mistake in the Kconfig text
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig index c77f537323ec..a7736c1947e7 100644 --- a/drivers/mtd/Kconfig +++ b/drivers/mtd/Kconfig @@ -144,7 +144,7 @@ config MTD_BCM63XX_PARTS depends on BCM63XX || BMIPS_GENERIC || COMPILE_TEST select CRC32 help - This provides partions parsing for BCM63xx devices with CFE + This provides partition parsing for BCM63xx devices with CFE bootloaders. config MTD_BCM47XX_PARTS |