aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2005-03-18 02:07:24 +0000
committerThomas Gleixner <tglx@mtd.linutronix.de>2005-05-23 12:56:24 +0200
commit3c45e00afcaa22c65cfb7f77649591db9e0bec03 (patch)
tree9b63f461c15072e2451108ff46b6b3621e8c7f2e /drivers
parent[MTD] NAND s3c2410: Simplify command handling (diff)
downloadlinux-dev-3c45e00afcaa22c65cfb7f77649591db9e0bec03.tar.xz
linux-dev-3c45e00afcaa22c65cfb7f77649591db9e0bec03.zip
[MTD] Fix typo in Kconfig
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mtd/maps/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig
index d3699e9f3942..8d27dbf3fa8e 100644
--- a/drivers/mtd/maps/Kconfig
+++ b/drivers/mtd/maps/Kconfig
@@ -1,5 +1,5 @@
# drivers/mtd/maps/Kconfig
-# $Id: Kconfig,v 1.46 2005/03/02 14:51:04 dvrabel Exp $
+# $Id: Kconfig,v 1.51 2005/03/18 02:07:22 gleixner Exp $
menu "Mapping drivers for chip access"
depends on MTD!=n
@@ -588,7 +588,7 @@ config MTD_SHARP_SL
This enables access to the flash chip on the Sharp SL Series of PDAs.
config MTD_PLATRAM
- tristate "Map driver for platfrom device RAM (mtd-ram)"
+ tristate "Map driver for platform device RAM (mtd-ram)"
depends on MTD
select MTD_RAM
help