From 313a6f7f1c6fee080bf5d54604e958d130ed5b95 Mon Sep 17 00:00:00 2001 From: lihui Date: Thu, 21 Nov 2024 11:24:23 +0800 Subject: [PATCH] vsync api lint fix Signed-off-by: lihui --- interfaces/inner_api/composer/native_vsync.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/inner_api/composer/native_vsync.h b/interfaces/inner_api/composer/native_vsync.h index 10e352fe78..32d0849f70 100644 --- a/interfaces/inner_api/composer/native_vsync.h +++ b/interfaces/inner_api/composer/native_vsync.h @@ -62,7 +62,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 */