summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmilio López <emilio@elopez.com.ar>2013-12-02 10:59:39 -0300
committerJiri Kosina <jkosina@suse.cz>2013-12-19 15:13:18 +0100
commit0feb03af7f6272798cd14a3894020fa376b5f1da (patch)
tree128f5e171559c8cf5df6f095fe158b24a378ae9f
parent507da6a1f386676b5b085972555b3a3e46190e3d (diff)
downloadop-kernel-dev-0feb03af7f6272798cd14a3894020fa376b5f1da.zip
op-kernel-dev-0feb03af7f6272798cd14a3894020fa376b5f1da.tar.gz
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>
-rw-r--r--drivers/base/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig
index e373671..ec36e77 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.
OpenPOWER on IntegriCloud