Skip to content

Commit 8135f36

Browse files
daeyeonmarco-ippolito
authored andcommitted
src: fix typo in node.h
Signed-off-by: Daeyeon Jeong <[email protected]> PR-URL: #53759 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Deokjin Kim <[email protected]>
1 parent d012dd3 commit 8135f36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/node.h

+2-2
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)