Commit c8c51f5 1 parent f9292be commit c8c51f5 Copy full SHA for c8c51f5
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -658,8 +658,8 @@ enum Flags : uint64_t {
658
658
// inspector in situations where one has already been created,
659
659
// e.g. Blink's in Chromium.
660
660
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
663
663
// not want to allow other processes to start the V8 inspector.
664
664
kNoStartDebugSignalHandler = 1 << 10 ,
665
665
// Controls whether the InspectorAgent created for this Environment waits for
You can’t perform that action at this time.
0 commit comments