summaryrefslogtreecommitdiff
path: root/lib/internal/trace_events_async_hooks.js
diff options
context:
space:
mode:
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 05bb7b8564..3b69a85fab 100644
--- a/lib/internal/trace_events_async_hooks.js
+++ b/lib/internal/trace_events_async_hooks.js
@@ -60,7 +60,7 @@ function createHook() {
trace(kEndEvent, kTraceEventCategory, type, asyncId);
- // cleanup asyncId to type map
+ // Cleanup asyncId to type map
typeMemory.delete(asyncId);
}
});