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

Originally submitted by: @JacabEdelman
  • Loading branch information
YafahEdelman authored and jasnell committed Aug 15, 2015
1 parent 4c06515 commit d23ed14
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 d23ed14

Please sign in to comment.