env: typo enougth
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 30 Oct 2020 05:11:12 +0000 (06:11 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 19 Nov 2020 14:45:49 +0000 (09:45 -0500)
%s/enougth/enough/

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
env/nowhere.c

index d33fdf2..d43a2d6 100644 (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.