summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2021-11-15 18:05:05 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2021-11-17 08:22:10 +0100
commitb9674f8fa5fd19fa11a2f764052a891b9be61d31 (patch)
tree412582efd464afa2c03477bfedb7dff194dcb493 /scripts
parent069d7f2bf00be907880cdf7ef4e620d7c5b588db (diff)
downloadbarebox-b9674f8fa5fd19fa11a2f764052a891b9be61d31.tar.gz
barebox-b9674f8fa5fd19fa11a2f764052a891b9be61d31.tar.xz
scripts: Kconfig: fix typo
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Link: https://lore.barebox.org/20211115170505.1564052-1-u.oelmann@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Kconfig b/scripts/Kconfig
index 9b744deba9..96b0d26f88 100644
--- a/scripts/Kconfig
+++ b/scripts/Kconfig
@@ -7,7 +7,7 @@ config COMPILE_HOST_TOOLS
on some config options. If you say yes here, the host tools that are
not needed can be selected, too.
- This is usefull for compile coverage testing and for packaging the
+ This is useful for compile coverage testing and for packaging the
host tools.
source "scripts/imx/Kconfig"