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:
rtos-lover
2021-05-08 11:23:08 +08:00
parent 6012acb509
commit c66fe0313f
6 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -901,7 +901,7 @@ int SysUserThreadSetDeatch(unsigned int taskID)
goto EXIT;
}
ret = OsTaskSetDeatchUnsafe(taskCB);
ret = OsTaskSetDetachUnsafe(taskCB);
EXIT:
SCHEDULER_UNLOCK(intSave);