diff --git a/zh-cn/native_sdk/ace/native_interface_xcomponent.h b/zh-cn/native_sdk/ace/native_interface_xcomponent.h index 82fed4a92f8854147d215db9fe19588dbd9358d1..49f1d3439e4bbc811c3fc94049403f3ace472b9d 100644 --- a/zh-cn/native_sdk/ace/native_interface_xcomponent.h +++ b/zh-cn/native_sdk/ace/native_interface_xcomponent.h @@ -48,7 +48,7 @@ extern "C" { * @version 1.0 */ enum { - /** Success result. */ + /** 成功结果。*/ OH_NATIVEXCOMPONENT_RESULT_SUCCESS = 0, /** Failed result. */ OH_NATIVEXCOMPONENT_RESULT_FAILED = -1,