diff --git a/src/node_util.cc b/src/node_util.cc index 4d80755410397b..2ba0d2b44ed5a2 100644 --- a/src/node_util.cc +++ b/src/node_util.cc @@ -357,7 +357,7 @@ static void DefineLazyPropertiesGetter( // This getter has no JavaScript function representation and is not // invoked in the creation context. // When this getter is invoked in a vm context, the `Realm::GetCurrent(info)` - // returns a nullptr and. Retrieve the creation context via `this` object and + // returns a nullptr and retrieve the creation context via `this` object and // get the creation Realm. Local receiver_val = info.This(); if (!receiver_val->IsObject()) {