doc: fix spelling mistake in node.js comment
Per: https://github.com/joyent/node/pull/8876 PR-URL: https://github.com/nodejs/node/pull/2391 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Roman Reiss <me@silverwind.io>
This commit is contained in:
parent
2235fad11b
commit
ec6e5c7999
@ -277,7 +277,7 @@
|
||||
process._tickDomainCallback = _tickDomainCallback;
|
||||
|
||||
// This tickInfo thing is used so that the C++ code in src/node.cc
|
||||
// can have easy accesss to our nextTick state, and avoid unnecessary
|
||||
// can have easy access to our nextTick state, and avoid unnecessary
|
||||
// calls into JS land.
|
||||
const tickInfo = process._setupNextTick(_tickCallback, _runMicrotasks);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user