summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2020-03-20 10:41:19 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2020-03-23 08:23:15 +0100
commit157e861aa6e93a72018c408e82863a3253550a4d (patch)
treefddafaef7577a9fc2fef49143e5dbdfeb2816815 /common/Kconfig
parent8fb804c55b8ddf8edbf73489ee062f7d437adcf6 (diff)
downloadbarebox-157e861aa6e93a72018c408e82863a3253550a4d.tar.gz
barebox-157e861aa6e93a72018c408e82863a3253550a4d.tar.xz
common: fix typos found with codespell
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 02ef3631e0..400c0553cf 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -892,7 +892,7 @@ config DEFAULT_ENVIRONMENT_PATH
help
Space separated list of paths the default environment will be taken from.
Relative paths will be relative to the barebox Toplevel dir, but absolute
- paths are fine aswell.
+ paths are fine as well.
config BAREBOXENV_TARGET
bool
@@ -958,7 +958,7 @@ config RESET_SOURCE
bool "detect Reset cause"
depends on GLOBALVAR
help
- Provide a global variable at runtine which reflects the possible cause
+ Provide a global variable at runtime which reflects the possible cause
of the reset and why the bootloader is currently running. It can be
useful for any kind of system recovery or repair.