From: Jacob Edelman Date: Sat, 15 Aug 2015 17:56:12 +0000 (-0700) Subject: doc: fix spelling mistake in node.js comment X-Git-Tag: v4.0.0-rc.1~150 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ec6e5c79993599a8b6977050bcc09b32b187a8ac;p=platform%2Fupstream%2Fnodejs.git 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 Reviewed-By: Roman Reiss --- diff --git a/src/node.js b/src/node.js index e2c1de9..685a369 100644 --- a/src/node.js +++ b/src/node.js @@ -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);