Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 17c9e76

Browse filesBrowse 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
Copy full SHA for 17c9e76

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎src/node_util.cc‎

Copy file name to clipboardExpand all lines: src/node_util.cc
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.