[Buildroot] [git commit branch/2021.08.x] linux: fix typo in BR2_LINUX_KERNEL_CUSTOM_DTS_PATH in the help text

Peter Korsgaard peter at korsgaard.com
Fri Dec 10 22:05:31 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=0e4c8db58e1dad6812bb53e2ee335de297caa397
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.08.x

"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>
(cherry picked from commit 8f3e2a6678e173782748e3981a4bcfb06fb7f980)
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 078ef56cc4..3e7fc0b567 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