aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base
diff options
context:
space:
mode:
authorEmilio López <emilio@elopez.com.ar>2013-12-02 08:59:39 -0500
committerJiri Kosina <jkosina@suse.cz>2013-12-19 09:13:18 -0500
commit0feb03af7f6272798cd14a3894020fa376b5f1da (patch)
tree128f5e171559c8cf5df6f095fe158b24a378ae9f /drivers/base
parent507da6a1f386676b5b085972555b3a3e46190e3d (diff)
drivers: fix typo in DEVTMPFS_MOUNT Kconfig help text
rootfs was missing its f. Signed-off-by: Emilio López <emilio@elopez.com.ar> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/base')
-rw-r--r--drivers/base/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig
index e373671652b0..ec36e7772e57 100644
--- a/drivers/base/Kconfig
+++ b/drivers/base/Kconfig
@@ -49,7 +49,7 @@ config DEVTMPFS_MOUNT
49 with the commandline parameter: devtmpfs.mount=0|1. 49 with the commandline parameter: devtmpfs.mount=0|1.
50 This option does not affect initramfs based booting, here 50 This option does not affect initramfs based booting, here
51 the devtmpfs filesystem always needs to be mounted manually 51 the devtmpfs filesystem always needs to be mounted manually
52 after the roots is mounted. 52 after the rootfs is mounted.
53 With this option enabled, it allows to bring up a system in 53 With this option enabled, it allows to bring up a system in
54 rescue mode with init=/bin/sh, even when the /dev directory 54 rescue mode with init=/bin/sh, even when the /dev directory
55 on the rootfs is completely empty. 55 on the rootfs is completely empty.