Skip to content

Commit 4f49384

Browse files
ehsankhfrmarco-ippolito
authored andcommitted
src: fix typo in env.cc
PR-URL: #53418 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Kohei Ueno <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
1 parent 8b5f1d7 commit 4f49384

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/env.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ void IsolateData::CreateProperties() {
518518
CreateEnvProxyTemplate(this);
519519
}
520520

521-
constexpr uint16_t kDefaultCppGCEmebdderID = 0x90de;
521+
constexpr uint16_t kDefaultCppGCEmbedderID = 0x90de;
522522
Mutex IsolateData::isolate_data_mutex_;
523523
std::unordered_map<uint16_t, std::unique_ptr<PerIsolateWrapperData>>
524524
IsolateData::wrapper_data_map_;
@@ -538,7 +538,7 @@ IsolateData::IsolateData(Isolate* isolate,
538538
new PerIsolateOptions(*(per_process::cli_options->per_isolate)));
539539
v8::CppHeap* cpp_heap = isolate->GetCppHeap();
540540

541-
uint16_t cppgc_id = kDefaultCppGCEmebdderID;
541+
uint16_t cppgc_id = kDefaultCppGCEmbedderID;
542542
if (cpp_heap != nullptr) {
543543
// The general convention of the wrappable layout for cppgc in the
544544
// ecosystem is:

0 commit comments

Comments
 (0)