mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-13 05:55:02 -04:00
env: Fix minor comment typos in cmd_nvedit
This should say 'environmnent'. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
805fa87f6d
commit
9602286d3d
@ -314,7 +314,7 @@ int setenv(const char *varname, const char *varvalue)
|
|||||||
/**
|
/**
|
||||||
* Set an environment variable to an integer value
|
* 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
|
* @param value Value to set it to
|
||||||
* @return 0 if ok, 1 on error
|
* @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
|
* 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
|
* @param value Value to set it to
|
||||||
* @return 0 if ok, 1 on error
|
* @return 0 if ok, 1 on error
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user