]> Git Repo - J-u-boot.git/commitdiff
env: typo enougth
authorHeinrich Schuchardt <[email protected]>
Fri, 30 Oct 2020 05:11:12 +0000 (06:11 +0100)
committerTom Rini <[email protected]>
Thu, 19 Nov 2020 14:45:49 +0000 (09:45 -0500)
%s/enougth/enough/

Signed-off-by: Heinrich Schuchardt <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
env/nowhere.c

index d33fdf27d0c49493bcbf1659077d11a83d289943..d43a2d6b513ffbfa0f94a5c891b669a319dcf48e 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.
This page took 0.034528 seconds and 4 git commands to generate.