Skip to content

Commit 04210bb

Browse files
danbevCommit Bot
authored andcommitted
Fix two minor typos in v8.h
Change-Id: Iea3514074fb7c5669ec2b766f8234a6545164759 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2213423 Reviewed-by: Ulan Degenbaev <ulan@chromium.org> Commit-Queue: Ulan Degenbaev <ulan@chromium.org> Cr-Commit-Position: refs/heads/master@{#68050}
1 parent 5a776bc commit 04210bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/v8.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8308,7 +8308,7 @@ class V8_EXPORT Isolate {
83088308

83098309
/**
83108310
* This scope allows terminations inside direct V8 API calls and forbid them
8311-
* inside any recursice API calls without explicit SafeForTerminationScope.
8311+
* inside any recursive API calls without explicit SafeForTerminationScope.
83128312
*/
83138313
class V8_EXPORT SafeForTerminationScope {
83148314
public:
@@ -8543,7 +8543,7 @@ class V8_EXPORT Isolate {
85438543
HostImportModuleDynamicallyCallback callback);
85448544

85458545
/**
8546-
* This specifies the callback called by the upcoming importa.meta
8546+
* This specifies the callback called by the upcoming import.meta
85478547
* language feature to retrieve host-defined meta data for a module.
85488548
*/
85498549
void SetHostInitializeImportMetaObjectCallback(

0 commit comments

Comments
 (0)