summaryrefslogtreecommitdiff
path: root/lib/internal/trace_events_async_hooks.js
diff options
context:
space:
mode:
authorGilles De Mey <gilles.de.mey@gmail.com>2018-01-21 15:01:56 +0100
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-01-21 17:39:44 +0200
commit9545c48a5e90d53923feb485e2c02cd03126f8f2 (patch)
treebbdde3baea35eeacc16b769803fceced5bedd843 /lib/internal/trace_events_async_hooks.js
parent5164a12618cf60150db621aebe1f3d89efb9b9aa (diff)
downloadandroid-node-v8-9545c48a5e90d53923feb485e2c02cd03126f8f2.tar.gz
android-node-v8-9545c48a5e90d53923feb485e2c02cd03126f8f2.tar.bz2
android-node-v8-9545c48a5e90d53923feb485e2c02cd03126f8f2.zip
lib: fix typo in trace_events_async_hooks.js
chrome://traceing does not exist PR-URL: https://github.com/nodejs/node/pull/18280 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Diffstat (limited to 'lib/internal/trace_events_async_hooks.js')
-rw-r--r--lib/internal/trace_events_async_hooks.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/internal/trace_events_async_hooks.js b/lib/internal/trace_events_async_hooks.js
index 6d996b083f..704da98e14 100644
--- a/lib/internal/trace_events_async_hooks.js
+++ b/lib/internal/trace_events_async_hooks.js
@@ -4,7 +4,7 @@ const trace_events = process.binding('trace_events');
const async_wrap = process.binding('async_wrap');
const async_hooks = require('async_hooks');
-// Use small letters such that chrome://traceing groups by the name.
+// Use small letters such that chrome://tracing groups by the name.
// The behavior is not only useful but the same as the events emitted using
// the specific C++ macros.
const BEFORE_EVENT = 'b'.charCodeAt(0);