From 2be7a54a5f5536d37cb0df28585e00831542964a Mon Sep 17 00:00:00 2001 From: yangxiang <1223109862@qq.com> Date: Mon, 23 Jun 2025 11:36:47 +0800 Subject: [PATCH] =?UTF-8?q?feat=20(=E5=90=8C=E6=BA=90):=E6=A0=87=E8=AF=86?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jsvm/entry/src/main/cpp/Jsvm_Selfcheck.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jsvm/entry/src/main/cpp/Jsvm_Selfcheck.cpp b/Jsvm/entry/src/main/cpp/Jsvm_Selfcheck.cpp index 7cd3b40..e607e40 100644 --- a/Jsvm/entry/src/main/cpp/Jsvm_Selfcheck.cpp +++ b/Jsvm/entry/src/main/cpp/Jsvm_Selfcheck.cpp @@ -16,7 +16,7 @@ init_options.externalReferences = nullptr; JSVM_Status status = OH_JSVM_Init(&init_options); if (status != JSVM_OK) { - // If the status is not JSVM-OK, it indicates that OH_JSVM_Snit execution failed and init_options was not successfully set. + // If the status is not JSVM-OK, it indicates that OH_JSVM_Init execution failed and init_options was not successfully set. } // ... // [End Jsvm_Selfcheck] -- Gitee