Skip to content

Commit a133a88

Browse files
danbevcodebytere
authored andcommitted
lib: fix typo in timers insert function comment
PR-URL: #33301 Reviewed-By: Zeyu Yang <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 3de9dd9 commit a133a88

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)