From ec6e5c79993599a8b6977050bcc09b32b187a8ac Mon Sep 17 00:00:00 2001 From: Jacob Edelman Date: Sat, 15 Aug 2015 10:56:12 -0700 Subject: [PATCH] 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 --- src/node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.7.4