From 6fa3aba7f0ad7d8ccf256e3ca904add4b929b780 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Tue, 18 Jan 2022 20:39:36 +0100 Subject: [PATCH] test: fix typo in test_js_native_api_v8 --- test/cctest/test_js_native_api_v8.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_),