diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h
index cd08b26e86659d12bcd26bdfafc1614895755127..21ade98c0e69cbd66a61cae76e73604ba7ff1d76 100644
--- a/arkui/ace_engine/native/native_node.h
+++ b/arkui/ace_engine/native/native_node.h
@@ -1111,13 +1111,13 @@ typedef enum {
* .value[0].i32: blend mode. The parameter type is {@link ArkUI_BlendMode}. The default value is
* ARKUI_BLEND_MODE_NONE. \n
* .value[1].?i32: how the specified blend mode is applied. The parameter type is {@link ArkUI_BlendApplyType}.
- * The default value is BLEND_APPLY_TYPE_FAST. \n
+ * The default value is ARKUI_BLEND_APPLY_TYPE_FAST. \n
* \n
* Format of the return value {@link ArkUI_AttributeItem}:\n
* .value[0].i32: blend mode. The parameter type is {@link ArkUI_BlendMode}. The default value is
* ARKUI_BLEND_MODE_NONE. \n
* .value[1].i32: how the specified blend mode is applied. The parameter type is {@link ArkUI_BlendApplyType}.
- * The default value is BLEND_APPLY_TYPE_FAST. \n
+ * The default value is ARKUI_BLEND_APPLY_TYPE_FAST. \n
*
*/
NODE_BLEND_MODE,