[source] kernel: fix spelling in CONFIG_DEVTMPFS help text
LEDE Commits
lede-commits at lists.infradead.org
Mon Dec 11 06:22:35 PST 2017
mkresin pushed a commit to source.git, branch master:
https://git.lede-project.org/d810a2aebf30ce2f493e7a519177021c42f10ba4
commit d810a2aebf30ce2f493e7a519177021c42f10ba4
Author: Sascha Paunovic <azarus at posteo.net>
AuthorDate: Wed Nov 29 19:53:33 2017 +0100
kernel: fix spelling in CONFIG_DEVTMPFS help text
Change "ti" to "to", as that's the correct spelling.
Signed-off-by: Sascha Paunovic <azarus at posteo.net>
---
config/Config-kernel.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/Config-kernel.in b/config/Config-kernel.in
index 3468899..678323e 100644
--- a/config/Config-kernel.in
+++ b/config/Config-kernel.in
@@ -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
More information about the lede-commits
mailing list