env: typo enougth

%s/enougth/enough/

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
This commit is contained in:
Heinrich Schuchardt 2020-10-30 06:11:12 +01:00 committed by Tom Rini
parent e157a1114e
commit 7291332a73
1 changed files with 1 additions and 1 deletions

2
env/nowhere.c vendored
View File

@ -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.