doc: fix spelling mistake in node.js comment
authorJacob Edelman <edelman.jd@gmail.com>
Sat, 15 Aug 2015 17:56:12 +0000 (10:56 -0700)
committerRoman Reiss <me@silverwind.io>
Thu, 20 Aug 2015 18:29:35 +0000 (20:29 +0200)
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>
src/node.js

index e2c1de9..685a369 100644 (file)
     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);