]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
env: Fix minor comment typos in cmd_nvedit
authorSimon Glass <sjg@chromium.org>
Tue, 7 May 2013 06:11:45 +0000 (06:11 +0000)
committerTom Rini <trini@ti.com>
Tue, 14 May 2013 19:37:24 +0000 (15:37 -0400)
This should say 'environmnent'.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/cmd_nvedit.c

index f8dc38e89a2d3e0e54c1abf28cdee09cc32e0e24..2478c95b73604b9628b0df1678734dd70b776920 100644 (file)
@@ -314,7 +314,7 @@ int setenv(const char *varname, const char *varvalue)
 /**
  * Set an environment variable to an integer value
  *
- * @param varname      Environmet variable to set
+ * @param varname      Environment variable to set
  * @param value                Value to set it to
  * @return 0 if ok, 1 on error
  */
@@ -329,7 +329,7 @@ int setenv_ulong(const char *varname, ulong value)
 /**
  * Set an environment variable to an value in hex
  *
- * @param varname      Environmet variable to set
+ * @param varname      Environment variable to set
  * @param value                Value to set it to
  * @return 0 if ok, 1 on error
  */