Skip to content

Commit 17c9e76

Browse files
committed
src: fix typo in comment
PR-URL: #57291 Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
1 parent 2fa6e65 commit 17c9e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_util.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ static void DefineLazyPropertiesGetter(
357357
// This getter has no JavaScript function representation and is not
358358
// invoked in the creation context.
359359
// When this getter is invoked in a vm context, the `Realm::GetCurrent(info)`
360-
// returns a nullptr and. Retrieve the creation context via `this` object and
360+
// returns a nullptr and retrieve the creation context via `this` object and
361361
// get the creation Realm.
362362
Local<Value> receiver_val = info.This();
363363
if (!receiver_val->IsObject()) {

0 commit comments

Comments
 (0)