[Buildroot] [git commit] linux: fix typo in BR2_LINUX_KERNEL_CUSTOM_DTS_PATH in the help text

Peter Korsgaard peter at korsgaard.com
Mon Nov 22 20:03:06 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=8f3e2a6678e173782748e3981a4bcfb06fb7f980
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

"Path to to out-of-tree..." -> "Path to the out-of-tree..."

Signed-off-by: Sébastien Szymanski <sebastien.szymanski at armadeus.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 linux/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/linux/Config.in b/linux/Config.in
index d35dacc756..0f677d1e4e 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -411,7 +411,7 @@ config BR2_LINUX_KERNEL_INTREE_DTS_NAME
 config BR2_LINUX_KERNEL_CUSTOM_DTS_PATH
 	string "Out-of-tree Device Tree Source file paths"
 	help
-	  Path to to out-of-tree device tree source files.
+	  Path to the out-of-tree device tree source files.
 	  You can provide a list of dts paths to copy and
 	  build, separated by spaces.
 


More information about the buildroot mailing list