Skip to content

Commit 6b21beb

Browse files
XMPengYinjiexiaoxiang781216
authored andcommitted
[env]:Fixed spacing and typo issues in code comment descriptions
[Desc]: as title Signed-off-by: pengyinjie <[email protected]>
1 parent cbc9b98 commit 6b21beb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sched/environ/env_getenv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
* name - The name of the variable to find.
5050
*
5151
* Returned Value:
52-
* The value of the valiable (read-only) or NULL on failure
52+
* The value of the variable (read-only) or NULL on failure
5353
*
5454
* Assumptions:
5555
* Not called from an interrupt handler

sched/environ/env_setenv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
*
4848
* Description:
4949
* The setenv() function adds the variable name to the environment with the
50-
* specified 'value' if the varialbe 'name" does not exist. If the 'name'
50+
* specified 'value' if the variable 'name" does not exist. If the 'name'
5151
* does exist in the environment, then its value is changed to 'value' if
5252
* 'overwrite' is non-zero; if 'overwrite' is zero, then the value of name
5353
* unaltered.

0 commit comments

Comments
 (0)