Skip to content

Commit da7c87f

Browse files
mscdexMylesBorins
authored andcommitted
async_hooks: fix reference in code comment
PR-URL: #15748 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Andreas Madsen <[email protected]>
1 parent a8020bf commit da7c87f

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
@@ -8,8 +8,8 @@ const errors = require('internal/errors');
88
* hooks for each type.
99
*
1010
* async_id_fields is a Float64Array wrapping the double array of
11-
* Environment::AsyncHooks::uid_fields_[]. Each index contains the ids for the
12-
* various asynchronous states of the application. These are:
11+
* Environment::AsyncHooks::async_id_fields_[]. Each index contains the ids for
12+
* the various asynchronous states of the application. These are:
1313
* kExecutionAsyncId: The async_id assigned to the resource responsible for the
1414
* current execution stack.
1515
* kTriggerAsyncId: The trigger_async_id of the resource responsible for

0 commit comments

Comments
 (0)