diff options
author | Shyam Saini <mayhs11saini@gmail.com> | 2018-06-07 19:47:19 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-06-13 07:49:13 -0400 |
commit | 919d25c9208d12a4fc3691972ad69ed4e40455ba (patch) | |
tree | eb49d63a0a3e9bf18fbf41a5be7fd3fd98405aa6 /cmd | |
parent | 94b233f443456a1cb868868b3b7f6876471a2de4 (diff) | |
download | u-boot-919d25c9208d12a4fc3691972ad69ed4e40455ba.tar.gz |
u-boot: Fix several typos
's/environemnt/environment/' and
's/Environemnt/Environment/'
Signed-off-by: Shyam Saini <shyam@amarulasolutions.com>
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/nvedit.c | 2 |
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 |