diff --git a/src/env.cc b/src/env.cc index ac846546816b7a..be62ecf2ddc4dd 100644 --- a/src/env.cc +++ b/src/env.cc @@ -23,7 +23,7 @@ #include "util-inl.h" #include "v8-cppgc.h" #include "v8-profiler.h" -#include "v8-sandbox.h" +#include "v8-sandbox.h" // v8::Object::Wrap(), v8::Object::Unwrap() #include #include @@ -524,7 +524,7 @@ void IsolateData::CreateProperties() { // the ecosystem is: // [ 0 ] -> embedder id // [ 1 ] -> wrappable instance -// Now V8 has deprecated this layout-based tracing enablement, embeders +// Now V8 has deprecated this layout-based tracing enablement, embedders // should simply use v8::Object::Wrap() and v8::Object::Unwrap(). We preserve // this layout only to distinguish internally how the memory of a Node.js // wrapper is managed or whether a wrapper is managed by Node.js.