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 8135f36

Browse filesBrowse files
daeyeonmarco-ippolito
authored andcommitted
src: fix typo in node.h
Signed-off-by: Daeyeon Jeong <daeyeon.dev@gmail.com> PR-URL: #53759 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Deokjin Kim <deokjin81.kim@gmail.com>
1 parent d012dd3 commit 8135f36
Copy full SHA for 8135f36

1 file changed

+2-2Lines changed: 2 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎src/node.h‎

Copy file name to clipboardExpand all lines: src/node.h
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -658,8 +658,8 @@ enum Flags : uint64_t {
658658
// inspector in situations where one has already been created,
659659
// e.g. Blink's in Chromium.
660660
kNoCreateInspector = 1 << 9,
661-
// Controls where or not the InspectorAgent for this Environment should
662-
// call StartDebugSignalHandler. This control is needed by embedders who may
661+
// Controls whether or not the InspectorAgent for this Environment should
662+
// call StartDebugSignalHandler. This control is needed by embedders who may
663663
// not want to allow other processes to start the V8 inspector.
664664
kNoStartDebugSignalHandler = 1 << 10,
665665
// Controls whether the InspectorAgent created for this Environment waits for

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.