Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBrian White <mscdex@mscdex.net>2017-10-03 08:14:01 +0300
committerMyles Borins <mylesborins@google.com>2017-10-11 09:05:39 +0300
commit16bdbb9e76eba948914dc1d59013bbf304b20d8b (patch)
treeea8129b7ce6401015923ab9218fec4da2f8d73ea /lib
parent86dfcc609cb50299055193624560a2552af56646 (diff)
async_hooks: fix reference in code comment
PR-URL: https://github.com/nodejs/node/pull/15748 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Andreas Madsen <amwebdk@gmail.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/async_hooks.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/async_hooks.js b/lib/async_hooks.js
index 45a6af86ab4..e870c71d22c 100644
--- a/lib/async_hooks.js
+++ b/lib/async_hooks.js
@@ -8,8 +8,8 @@ const errors = require('internal/errors');
* hooks for each type.
*
* async_id_fields is a Float64Array wrapping the double array of
- * Environment::AsyncHooks::uid_fields_[]. Each index contains the ids for the
- * various asynchronous states of the application. These are:
+ * Environment::AsyncHooks::async_id_fields_[]. Each index contains the ids for
+ * the various asynchronous states of the application. These are:
* kExecutionAsyncId: The async_id assigned to the resource responsible for the
* current execution stack.
* kTriggerAsyncId: The trigger_async_id of the resource responsible for