Skip to content

Commit e4b139d

Browse files
asafdav2italoacasas
authored andcommitted
timer: remove duplicated word in comment
PR-URL: #11323 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Brian White <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: Timothy Gu <[email protected]>
1 parent cfadbc2 commit e4b139d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/timers.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const TIMEOUT_MAX = 2147483647; // 2^31-1
1515
//
1616
// Timers are crucial to Node.js. Internally, any TCP I/O connection creates a
1717
// timer so that we can time out of connections. Additionally, many user
18-
// user libraries and applications also use timers. As such there may be a
18+
// libraries and applications also use timers. As such there may be a
1919
// significantly large amount of timeouts scheduled at any given time.
2020
// Therefore, it is very important that the timers implementation is performant
2121
// and efficient.

0 commit comments

Comments
 (0)