From c70b28bf785da12fd60ecc92a5a63fb54e52c22a Mon Sep 17 00:00:00 2001 From: rtos-lover Date: Wed, 19 May 2021 14:33:51 +0800 Subject: [PATCH] fix: fix LOS_TaskNameGet comment fix comment for the function LOS_TaskNameGet close https://gitee.com/openharmony/kernel_liteos_m/issues/I3QJVY --- kernel/include/los_task.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/include/los_task.h b/kernel/include/los_task.h index 5c8590e2..de5072a4 100644 --- a/kernel/include/los_task.h +++ b/kernel/include/los_task.h @@ -1052,7 +1052,7 @@ extern BOOL LOS_TaskIsRunning(VOID); * @brief Obtain current new task ID. * * @par Description: - * This API is used to obtain the ID of new task. + * This API is used to obtain the ID of new task. * * @attention None. * @@ -1066,10 +1066,10 @@ extern BOOL LOS_TaskIsRunning(VOID); extern UINT32 LOS_NewTaskIDGet(VOID); /** * @ingroup los_task - * @brief Obtain current new task name. + * @brief Obtain the task name. * * @par Description: - * This API is used to obtain the name of new task. + * This API is used to obtain the task name. * * @attention None. *