Skip to content

Commit 74c1f4e

Browse files
gillesdemeyevanlucas
authored andcommitted
lib: fix typo in trace_events_async_hooks.js
chrome://traceing does not exist PR-URL: #18280 Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent b87939c commit 74c1f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/trace_events_async_hooks.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const trace_events = process.binding('trace_events');
44
const async_wrap = process.binding('async_wrap');
55
const async_hooks = require('async_hooks');
66

7-
// Use small letters such that chrome://traceing groups by the name.
7+
// Use small letters such that chrome://tracing groups by the name.
88
// The behavior is not only useful but the same as the events emitted using
99
// the specific C++ macros.
1010
const BEFORE_EVENT = 'b'.charCodeAt(0);

0 commit comments

Comments
 (0)