]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
drivers: fix typo in DEVTMPFS_MOUNT Kconfig help text
authorEmilio López <emilio@elopez.com.ar>
Mon, 2 Dec 2013 13:59:39 +0000 (10:59 -0300)
committerJiri Kosina <jkosina@suse.cz>
Thu, 19 Dec 2013 14:13:18 +0000 (15:13 +0100)
rootfs was missing its f.

Signed-off-by: Emilio López <emilio@elopez.com.ar>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/base/Kconfig

index e373671652b0914c10f3237ada35998be9de7fcf..ec36e7772e576667f3e7784daca1735ac4eefd87 100644 (file)
@@ -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.