Skip to content

Commit 38e4b11

Browse files
tniessenBethGriggs
authored andcommitted
test: fix typo in test_js_native_api_v8
PR-URL: #41584 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 700f766 commit 38e4b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cctest/test_js_native_api_v8.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ TEST_F(JsNativeApiV8Test, Reference) {
7474

7575
// We can hardly trigger a non-forced Garbage Collection in a stable way.
7676
// Here we just invoke the weak callbacks directly.
77-
// The persistant handles should be reset in the weak callback in respect
77+
// The persistent handles should be reset in the weak callback in respect
7878
// to the API contract of v8 weak callbacks.
7979
v8::WeakCallbackInfo<Reference::SecondPassCallParameterRef> data(
8080
reinterpret_cast<v8::Isolate*>(isolate_),

0 commit comments

Comments
 (0)