Skip to content

Commit 7cff6e8

Browse files
mscdexaddaleax
authored andcommitted
async_hooks: fix reference in code comment
PR-URL: #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>
1 parent 2f8ddb2 commit 7cff6e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/async_hooks.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ const errors = require('internal/errors');
77
* hooks for each type.
88
*
99
* async_id_fields is a Float64Array wrapping the double array of
10-
* Environment::AsyncHooks::uid_fields_[]. Each index contains the ids for the
11-
* various asynchronous states of the application. These are:
10+
* Environment::AsyncHooks::async_id_fields_[]. Each index contains the ids for
11+
* the various asynchronous states of the application. These are:
1212
* kExecutionAsyncId: The async_id assigned to the resource responsible for the
1313
* current execution stack.
1414
* kTriggerAsyncId: The trigger_async_id of the resource responsible for

0 commit comments

Comments
 (0)