mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
Run codespell -w with the latest dictonary again
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Abdelatif Guettouche
parent
55a7dfc9a7
commit
cde88cabcc
@@ -86,7 +86,7 @@ void env_release(FAR struct task_group_s *group)
|
||||
sched_ufree(group->tg_envp);
|
||||
}
|
||||
|
||||
/* In any event, make sure that all environment-related varialbles in the
|
||||
/* In any event, make sure that all environment-related variables in the
|
||||
* task group structure are reset to initial values.
|
||||
*/
|
||||
|
||||
|
||||
@@ -103,7 +103,7 @@ int setenv(FAR const char *name, FAR const char *value, int overwrite)
|
||||
|
||||
if (!value || *value == '\0')
|
||||
{
|
||||
/* If overwite is set then this is the same as unsetenv */
|
||||
/* If overwrite is set then this is the same as unsetenv */
|
||||
|
||||
if (overwrite)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user