diff options
author | Emilio López <emilio@elopez.com.ar> | 2013-12-02 10:59:39 -0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-12-19 15:13:18 +0100 |
commit | 0feb03af7f6272798cd14a3894020fa376b5f1da (patch) | |
tree | 128f5e171559c8cf5df6f095fe158b24a378ae9f /drivers/base/Kconfig | |
parent | 507da6a1f386676b5b085972555b3a3e46190e3d (diff) | |
download | linux-0feb03af7f6272798cd14a3894020fa376b5f1da.tar.bz2 |
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/Kconfig')
-rw-r--r-- | drivers/base/Kconfig | 2 |
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 with the commandline parameter: devtmpfs.mount=0|1. This option does not affect initramfs based booting, here the devtmpfs filesystem always needs to be mounted manually - after the roots is mounted. + after the rootfs is mounted. With this option enabled, it allows to bring up a system in rescue mode with init=/bin/sh, even when the /dev directory on the rootfs is completely empty. |