Skip to content

Commit

Permalink
async_hooks: fix reference in code comment
Browse files Browse the repository at this point in the history
PR-URL: nodejs#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]>
  • Loading branch information
mscdex authored and addaleax committed Oct 3, 2017
1 parent 2f8ddb2 commit 7cff6e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/async_hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7cff6e8

Please sign in to comment.