Skip to content

Commit 59769c4

Browse files
danbevcodebytere
authored andcommittedJun 7, 2020
lib: fix typo in timers insert function comment
PR-URL: #33301 Reviewed-By: Zeyu Yang <himself65@outlook.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent b630079 commit 59769c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/internal/timers.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ function insertGuarded(item, refed, start) {
338338
}
339339

340340
function insert(item, msecs, start = getLibuvNow()) {
341-
// Truncate so that accuracy of sub-milisecond timers is not assumed.
341+
// Truncate so that accuracy of sub-millisecond timers is not assumed.
342342
msecs = MathTrunc(msecs);
343343
item._idleStart = start;
344344

0 commit comments

Comments
 (0)