From 1d0de8d410873a3c0132596671cb4de44d6837c4 Mon Sep 17 00:00:00 2001 From: lihui Date: Fri, 15 Nov 2024 10:18:43 +0800 Subject: [PATCH] cherry pick de1ba1d from https://gitee.com/li_hui180/interface_sdk_c/pulls/1744 api lint fix 1115 Signed-off-by: lihui --- graphic/graphic_2d/native_vsync/native_vsync.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphic/graphic_2d/native_vsync/native_vsync.h b/graphic/graphic_2d/native_vsync/native_vsync.h index 610fe1debc2..bd7822227ea 100644 --- a/graphic/graphic_2d/native_vsync/native_vsync.h +++ b/graphic/graphic_2d/native_vsync/native_vsync.h @@ -64,7 +64,7 @@ OH_NativeVSync* OH_NativeVSync_Create(const char* name, unsigned int length); * @brief Delete the NativeVsync instance. * * @syscap SystemCapability.Graphic.Graphic2D.NativeVsync - * @param window Indicates the pointer to a NativeVsync instance. + * @param nativeVsync Indicates the pointer to a NativeVsync instance. * @since 9 * @version 1.0 */ -- Gitee