[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:
pengyinjie 2024-08-21 17:56:23 +08:00 committed by Xiang Xiao
parent cbc9b98075
commit 6b21bebcd1
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.