summaryrefslogtreecommitdiff
path: root/env/nowhere.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-11-19 10:23:50 -0500
committerTom Rini <trini@konsulko.com>2020-11-19 10:23:50 -0500
commitb80680633dc954d32f81f3afacd3d1f2f3d290b0 (patch)
treec551b408e9b714348c1f4f34b14a23d4641021b8 /env/nowhere.c
parente800d715e01daffa9a5078c974f4568d6ef9e7c3 (diff)
parentdd4866b43754b18f0c06672e341d93e16b8bf674 (diff)
Merge branch '2020-11-18-assorted-fixes'
- Assorted SquashFS fixes and cleanups - Fixes for various Coverity issues - Various fixups to other platforms / code
Diffstat (limited to 'env/nowhere.c')
-rw-r--r--env/nowhere.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/env/nowhere.c b/env/nowhere.c
index d33fdf27d0c..d43a2d6b513 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.