From: Heinrich Schuchardt <xypron.glpk@gmx.de>
Date: Fri, 30 Oct 2020 05:11:12 +0000 (+0100)
Subject: env: typo enougth
X-Git-Tag: v2025.01-rc5-pxa1908~2121^2~32
X-Git-Url: http://git.dujemihanovic.xyz/img/static/html/index.html?a=commitdiff_plain;h=7291332a73c2b0ae94eec8361c5f4c89f8ff5ad2;p=u-boot.git

env: typo enougth

%s/enougth/enough/

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

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.