summaryrefslogtreecommitdiff
path: root/cmd/nvedit.c
diff options
context:
space:
mode:
authorShyam Saini <mayhs11saini@gmail.com>2018-06-07 19:47:19 +0530
committerTom Rini <trini@konsulko.com>2018-06-13 07:49:13 -0400
commit919d25c9208d12a4fc3691972ad69ed4e40455ba (patch)
treeeb49d63a0a3e9bf18fbf41a5be7fd3fd98405aa6 /cmd/nvedit.c
parent94b233f443456a1cb868868b3b7f6876471a2de4 (diff)
u-boot: Fix several typos
's/environemnt/environment/' and 's/Environemnt/Environment/' Signed-off-by: Shyam Saini <shyam@amarulasolutions.com>
Diffstat (limited to 'cmd/nvedit.c')
-rw-r--r--cmd/nvedit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/nvedit.c b/cmd/nvedit.c
index 11489b0123..ddc888a4fd 100644
--- a/cmd/nvedit.c
+++ b/cmd/nvedit.c
@@ -720,7 +720,7 @@ int env_get_f(const char *name, char *buf, unsigned len)
/**
* Decode the integer value of an environment variable and return it.
*
- * @param name Name of environemnt variable
+ * @param name Name of environment variable
* @param base Number base to use (normally 10, or 16 for hex)
* @param default_val Default value to return if the variable is not
* found