aboutsummaryrefslogtreecommitdiff
path: root/lib/internal/async_hooks.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/internal/async_hooks.js')
-rw-r--r--lib/internal/async_hooks.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/internal/async_hooks.js b/lib/internal/async_hooks.js
index 5964a847fc..002cbccb03 100644
--- a/lib/internal/async_hooks.js
+++ b/lib/internal/async_hooks.js
@@ -236,7 +236,7 @@ function disableHooks() {
async_hook_fields[kCheck] -= 1;
}
-// Sensitive Embedder API //
+// Internal Embedder API //
// Increment the internal id counter and return the value. Important that the
// counter increment first. Since it's done the same way in
@@ -338,7 +338,7 @@ module.exports = {
},
enableHooks,
disableHooks,
- // Sensitive Embedder API
+ // Internal Embedder API
newUid,
initTriggerId,
setInitTriggerId,