diff --git a/test/cctest/test_js_native_api_v8.cc b/test/cctest/test_js_native_api_v8.cc index 2d95c86d09d5d5..06de770089d9e6 100644 --- a/test/cctest/test_js_native_api_v8.cc +++ b/test/cctest/test_js_native_api_v8.cc @@ -74,7 +74,7 @@ TEST_F(JsNativeApiV8Test, Reference) { // We can hardly trigger a non-forced Garbage Collection in a stable way. // Here we just invoke the weak callbacks directly. - // The persistant handles should be reset in the weak callback in respect + // The persistent handles should be reset in the weak callback in respect // to the API contract of v8 weak callbacks. v8::WeakCallbackInfo data( reinterpret_cast(isolate_),