Commit 04210bb8 authored by Daniel Bevenius's avatar Daniel Bevenius Committed by Commit Bot

Fix two minor typos in v8.h

Change-Id: Iea3514074fb7c5669ec2b766f8234a6545164759
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2213423Reviewed-by: 's avatarUlan Degenbaev <ulan@chromium.org>
Commit-Queue: Ulan Degenbaev <ulan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#68050}
parent 5a776bc8
......@@ -8308,7 +8308,7 @@ class V8_EXPORT Isolate {
/**
* This scope allows terminations inside direct V8 API calls and forbid them
* inside any recursice API calls without explicit SafeForTerminationScope.
* inside any recursive API calls without explicit SafeForTerminationScope.
*/
class V8_EXPORT SafeForTerminationScope {
public:
......@@ -8543,7 +8543,7 @@ class V8_EXPORT Isolate {
HostImportModuleDynamicallyCallback callback);
/**
* This specifies the callback called by the upcoming importa.meta
* This specifies the callback called by the upcoming import.meta
* language feature to retrieve host-defined meta data for a module.
*/
void SetHostInitializeImportMetaObjectCallback(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment