From b7079c4c27ffa997448098f07014beaf6314ecc7 Mon Sep 17 00:00:00 2001 From: yuhaoqiang Date: Thu, 19 Jun 2025 17:06:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9hidebug.h=E6=8B=BC=E5=86=99?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I048a8febe22648066b00b29be6e9d33cae3f13c1 Signed-off-by: yuhaoqiang --- hiviewdfx/hidebug/include/hidebug/hidebug.h | 2 +- hiviewdfx/hidebug/include/hidebug/hidebug_type.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hiviewdfx/hidebug/include/hidebug/hidebug.h b/hiviewdfx/hidebug/include/hidebug/hidebug.h index 5cea6408a..d7cc123d1 100644 --- a/hiviewdfx/hidebug/include/hidebug/hidebug.h +++ b/hiviewdfx/hidebug/include/hidebug/hidebug.h @@ -25,7 +25,7 @@ */ /** - * @file hideug.h + * @file hidebug.h * * @brief Defines the debug functions of the HiDebug module. * diff --git a/hiviewdfx/hidebug/include/hidebug/hidebug_type.h b/hiviewdfx/hidebug/include/hidebug/hidebug_type.h index e38ad40e0..5d853666e 100644 --- a/hiviewdfx/hidebug/include/hidebug/hidebug_type.h +++ b/hiviewdfx/hidebug/include/hidebug/hidebug_type.h @@ -25,7 +25,7 @@ */ /** - * @file hideug_type.h + * @file hidebug_type.h * * @brief Defines the code of the HiDebug module. * -- Gitee