summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/Kconfig
diff options
context:
space:
mode:
authorEgry Gábor2006-05-12 18:35:02 +0200
committerDavid Woodhouse2006-05-12 18:35:02 +0200
commit4992a9e88886b0c5ebc3d27eb74d0344c873eeea (patch)
tree23befdd7ccd4ed95b271144f98a6a27749ff3f68 /drivers/mtd/Kconfig
parentOneNAND: fix block command typo (diff)
downloadkernel-qcow2-linux-4992a9e88886b0c5ebc3d27eb74d0344c873eeea.tar.gz
kernel-qcow2-linux-4992a9e88886b0c5ebc3d27eb74d0344c873eeea.tar.xz
kernel-qcow2-linux-4992a9e88886b0c5ebc3d27eb74d0344c873eeea.zip
Trivial typo fixes in Kconfig files (MTD).
Signed-off-by: Egry Gábor <gaboregry@t-online.hu> Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd/Kconfig')
-rw-r--r--drivers/mtd/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig
index f6b775e63ac8..5ac265dde423 100644
--- a/drivers/mtd/Kconfig
+++ b/drivers/mtd/Kconfig
@@ -78,7 +78,7 @@ config MTD_REDBOOT_DIRECTORY_BLOCK
option.
The option specifies which Flash sectors holds the RedBoot
- partition table. A zero or positive value gives an absolete
+ partition table. A zero or positive value gives an absolute
erase block number. A negative value specifies a number of
sectors before the end of the device.
@@ -103,7 +103,7 @@ config MTD_CMDLINE_PARTS
bool "Command line partition table parsing"
depends on MTD_PARTITIONS = "y"
---help---
- Allow generic configuration of the MTD paritition tables via the kernel
+ Allow generic configuration of the MTD partition tables via the kernel
command line. Multiple flash resources are supported for hardware where
different kinds of flash memory are available.