Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[MTD] Fix typo in Kconfig

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

authored by

Thomas Gleixner and committed by
Thomas Gleixner
3c45e00a 3e4ef3bb

+2 -2
+2 -2
drivers/mtd/maps/Kconfig
··· 1 1 # drivers/mtd/maps/Kconfig 2 - # $Id: Kconfig,v 1.46 2005/03/02 14:51:04 dvrabel Exp $ 2 + # $Id: Kconfig,v 1.51 2005/03/18 02:07:22 gleixner Exp $ 3 3 4 4 menu "Mapping drivers for chip access" 5 5 depends on MTD!=n ··· 588 588 This enables access to the flash chip on the Sharp SL Series of PDAs. 589 589 590 590 config MTD_PLATRAM 591 - tristate "Map driver for platfrom device RAM (mtd-ram)" 591 + tristate "Map driver for platform device RAM (mtd-ram)" 592 592 depends on MTD 593 593 select MTD_RAM 594 594 help