From 5c4edb9b1aceadc4ac1844d0cf2258f21f757950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=93=88=E5=93=88=E5=93=88?= Date: Thu, 11 Aug 2022 15:13:36 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=A1=E5=8F=B7=E9=87=8F=E5=8D=95=E8=AF=8D?= =?UTF-8?q?=E4=B8=8D=E5=90=88=E9=80=82=20Signed-off-by:=E5=93=88=E5=93=88?= =?UTF-8?q?=E5=93=88=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 哈哈哈 --- utils/internal/los_hook_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/internal/los_hook_types.h b/utils/internal/los_hook_types.h index fac571ab..006470cf 100644 --- a/utils/internal/los_hook_types.h +++ b/utils/internal/los_hook_types.h @@ -72,7 +72,7 @@ typedef VOID *VOID_PTR; LOS_HOOK_TYPE_DEF(LOS_HOOK_TYPE_QUEUE_WRITE, (const LosQueueCB *queueCB, UINT32 operateType, \ UINT32 bufferSize, UINT32 timeout)) \ LOS_HOOK_TYPE_DEF(LOS_HOOK_TYPE_QUEUE_DELETE, (const LosQueueCB *queueCB)) \ - /* Hook types supported by semphore modules */ \ + /* Hook types supported by semaphore modules */ \ LOS_HOOK_TYPE_DEF(LOS_HOOK_TYPE_SEM_CREATE, (const LosSemCB *semCreated)) \ LOS_HOOK_TYPE_DEF(LOS_HOOK_TYPE_SEM_POST, (const LosSemCB *semPosted, const LosTaskCB *resumedTask)) \ LOS_HOOK_TYPE_DEF(LOS_HOOK_TYPE_SEM_PEND, (const LosSemCB *semPended, const LosTaskCB *runningTask, \