[env]:Fixed spacing and typo issues in code comment descriptions
[Desc]: as title Signed-off-by: pengyinjie <pengyinjie@xiaomi.com>
This commit is contained in:
parent
cbc9b98075
commit
6b21bebcd1
|
@ -49,7 +49,7 @@
|
|||
* name - The name of the variable to find.
|
||||
*
|
||||
* Returned Value:
|
||||
* The value of the valiable (read-only) or NULL on failure
|
||||
* The value of the variable (read-only) or NULL on failure
|
||||
*
|
||||
* Assumptions:
|
||||
* Not called from an interrupt handler
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
*
|
||||
* Description:
|
||||
* The setenv() function adds the variable name to the environment with the
|
||||
* specified 'value' if the varialbe 'name" does not exist. If the 'name'
|
||||
* specified 'value' if the variable 'name" does not exist. If the 'name'
|
||||
* does exist in the environment, then its value is changed to 'value' if
|
||||
* 'overwrite' is non-zero; if 'overwrite' is zero, then the value of name
|
||||
* unaltered.
|
||||
|
|
Loading…
Reference in New Issue