diff --git a/Jsvm/entry/src/main/cpp/Jsvm_Selfcheck.cpp b/Jsvm/entry/src/main/cpp/Jsvm_Selfcheck.cpp index 7cd3b4094fbb745e58ac24b1c850747aedb03697..e607e4004e3e8b2dea376951fc88d50ca2f37e42 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]