Commit ba145b32 authored by Sathya Gunasekaran's avatar Sathya Gunasekaran Committed by Commit Bot

[api] Fix typo in comment

R=adamk@chromium.org

Cq-Include-Trybots: master.tryserver.chromium.linux:linux_chromium_rel_ng
Change-Id: Ie59cc231e130fad391508e5c47e01d32d0a78806
Reviewed-on: https://chromium-review.googlesource.com/651357Reviewed-by: 's avatarAdam Klein <adamk@chromium.org>
Commit-Queue: Sathya Gunasekaran <gsathya@chromium.org>
Cr-Commit-Position: refs/heads/master@{#47857}
parent bf3b7163
...@@ -986,7 +986,7 @@ class V8_EXPORT Data { ...@@ -986,7 +986,7 @@ class V8_EXPORT Data {
* A container type that holds relevant metadata for module loading. * A container type that holds relevant metadata for module loading.
* *
* This is passed back to the embedder as part of * This is passed back to the embedder as part of
* HostImportDynamicallyCallback for module loading. * HostImportModuleDynamicallyCallback for module loading.
*/ */
class V8_EXPORT ScriptOrModule { class V8_EXPORT ScriptOrModule {
public: public:
...@@ -1011,7 +1011,7 @@ class V8_EXPORT ScriptOrModule { ...@@ -1011,7 +1011,7 @@ class V8_EXPORT ScriptOrModule {
* pass host defined options to the ScriptOptions during compilation. * pass host defined options to the ScriptOptions during compilation.
* *
* This is passed back to the embedder as part of * This is passed back to the embedder as part of
* HostImportDynamicallyCallback for module loading. * HostImportModuleDynamicallyCallback for module loading.
* *
*/ */
class V8_EXPORT PrimitiveArray { class V8_EXPORT PrimitiveArray {
...@@ -6254,7 +6254,7 @@ typedef void (*CallCompletedCallback)(Isolate*); ...@@ -6254,7 +6254,7 @@ typedef void (*CallCompletedCallback)(Isolate*);
typedef void (*DeprecatedCallCompletedCallback)(); typedef void (*DeprecatedCallCompletedCallback)();
/** /**
* HostImportDynamicallyCallback is called when we require the * HostImportModuleDynamicallyCallback is called when we require the
* embedder to load a module. This is used as part of the dynamic * embedder to load a module. This is used as part of the dynamic
* import syntax. * import syntax.
* *
......
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