Skip to content

Commit ec6e5c7

Browse files
YafahEdelmansilverwind
authored andcommitted
doc: fix spelling mistake in node.js comment
Per: nodejs/node-v0.x-archive#8876 PR-URL: #2391 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Roman Reiss <me@silverwind.io>
1 parent 2235fad commit ec6e5c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277
process._tickDomainCallback = _tickDomainCallback;
278278

279279
// This tickInfo thing is used so that the C++ code in src/node.cc
280-
// can have easy accesss to our nextTick state, and avoid unnecessary
280+
// can have easy access to our nextTick state, and avoid unnecessary
281281
// calls into JS land.
282282
const tickInfo = process._setupNextTick(_tickCallback, _runMicrotasks);
283283

0 commit comments

Comments
 (0)