summaryrefslogtreecommitdiff
path: root/env
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-10-30 08:11:12 +0300
committerTom Rini <trini@konsulko.com>2020-11-19 17:45:49 +0300
commit7291332a73c2b0ae94eec8361c5f4c89f8ff5ad2 (patch)
treee1ef94f47d5f9375d6e5f28bba4e4c5aa245bd4a /env
parente157a1114e4f9294219f4257d0e7983ecb4c328d (diff)
downloadu-boot-7291332a73c2b0ae94eec8361c5f4c89f8ff5ad2.tar.xz
env: typo enougth
%s/enougth/enough/ Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'env')
-rw-r--r--env/nowhere.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/env/nowhere.c b/env/nowhere.c
index d33fdf27d0..d43a2d6b51 100644
--- a/env/nowhere.c
+++ b/env/nowhere.c
@@ -30,7 +30,7 @@ static int env_nowhere_init(void)
static int env_nowhere_load(void)
{
/*
- * for SPL, set env_valid = ENV_INVALID is enougth as env_get_char()
+ * for SPL, set env_valid = ENV_INVALID is enough as env_get_char()
* return the default env if env_get is used
* and SPL don't used env_import to reduce its size
* For U-Boot proper, import the default environment to allow reload.