fix: correct spelling
correct some typos in los_task.c and other files close https://gitee.com/openharmony/kernel_liteos_a/issues/I3QDB8
This commit is contained in:
@@ -901,7 +901,7 @@ int SysUserThreadSetDeatch(unsigned int taskID)
|
||||
goto EXIT;
|
||||
}
|
||||
|
||||
ret = OsTaskSetDeatchUnsafe(taskCB);
|
||||
ret = OsTaskSetDetachUnsafe(taskCB);
|
||||
|
||||
EXIT:
|
||||
SCHEDULER_UNLOCK(intSave);
|
||||
|
||||
Reference in New Issue
Block a user