From 62f569b111233476216fa1f710bf8c1faa01c76a Mon Sep 17 00:00:00 2001 From: Lixiaoying25 Date: Fri, 21 Mar 2025 14:19:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E4=B8=80=E8=87=B4=E6=80=A7?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E6=8E=92=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lixiaoying25 --- IPCKit/ipc_kit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPCKit/ipc_kit.h b/IPCKit/ipc_kit.h index 9786bd1f2..4ba088a79 100644 --- a/IPCKit/ipc_kit.h +++ b/IPCKit/ipc_kit.h @@ -24,7 +24,7 @@ */ /** - * @file ipc_cparcel.h + * @file ipc_kit.h * * @brief Provides an entry to the IPC header files for you to reference. * -- Gitee