kernel: fix spelling in CONFIG_DEVTMPFS help text
Change "ti" to "to", as that's the correct spelling. Signed-off-by: Sascha Paunovic <azarus@posteo.net>
This commit is contained in:
parent
0c7ad4e5d3
commit
d810a2aebf
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ config KERNEL_DEVTMPFS
|
|||
default n
|
||||
help
|
||||
devtmpfs is a simple, kernel-managed /dev filesystem. The kernel creates
|
||||
devices nodes for all registered devices ti simplify boot, but leaves more
|
||||
devices nodes for all registered devices to simplify boot, but leaves more
|
||||
complex tasks to userspace (e.g. udev).
|
||||
|
||||
if KERNEL_DEVTMPFS
|
||||
|
|
Loading…
Reference in a new issue