From 1f7db5c5d42b4ce89e7512e9e4ef0bc58790b21e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8A=89=E5=87=A1?= Date: Sat, 14 Jun 2025 10:53:31 +0000 Subject: [PATCH] update graphic/graphic_2d/native_effect/effect_types.h. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 劉凡 --- graphic/graphic_2d/native_effect/effect_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphic/graphic_2d/native_effect/effect_types.h b/graphic/graphic_2d/native_effect/effect_types.h index d84b05e13..04b05eb42 100644 --- a/graphic/graphic_2d/native_effect/effect_types.h +++ b/graphic/graphic_2d/native_effect/effect_types.h @@ -67,7 +67,7 @@ typedef struct OH_PixelmapNative OH_PixelmapNative; * @version 1.0 */ struct OH_Filter_ColorMatrix { - /** val mast be 5*4 */ + /** val must be 5*4 */ float val[20]; }; -- Gitee