aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian White <mscdex@mscdex.net>2017-10-03 01:14:01 -0400
committerAnna Henningsen <anna@addaleax.net>2017-10-03 06:24:54 -0700
commit7cff6e80bfd2f61ed67ff07af87af3ab63860273 (patch)
tree1e03b957aded2e6941766b654d8a86619a901df0
parent2f8ddb27340a5e7e914dc1160846d4822e6352a2 (diff)
downloadandroid-node-v8-7cff6e80bfd2f61ed67ff07af87af3ab63860273.tar.gz
android-node-v8-7cff6e80bfd2f61ed67ff07af87af3ab63860273.tar.bz2
android-node-v8-7cff6e80bfd2f61ed67ff07af87af3ab63860273.zip
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>
-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 9bb3a993af..acf4b101e6 100644
--- a/lib/async_hooks.js
+++ b/lib/async_hooks.js
@@ -7,8 +7,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