Skip to content

Commit

Permalink
doc: fix spelling mistake in node.js comment
Browse files Browse the repository at this point in the history
Per: nodejs/node-v0.x-archive#8876

PR-URL: #2391
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Roman Reiss <me@silverwind.io>
  • Loading branch information
YafahEdelman authored and rvagg committed Aug 21, 2015
1 parent e714b56 commit 3f821b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 3f821b9

Please sign in to comment.