Skip to content

Commit

Permalink
timer: remove duplicated word in comment
Browse files Browse the repository at this point in the history
PR-URL: nodejs#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]>
  • Loading branch information
asafdav2 authored and italoacasas committed Feb 14, 2017
1 parent cfadbc2 commit e4b139d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/timers.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const TIMEOUT_MAX = 2147483647; // 2^31-1
//
// Timers are crucial to Node.js. Internally, any TCP I/O connection creates a
// timer so that we can time out of connections. Additionally, many user
// user libraries and applications also use timers. As such there may be a
// libraries and applications also use timers. As such there may be a
// significantly large amount of timeouts scheduled at any given time.
// Therefore, it is very important that the timers implementation is performant
// and efficient.
Expand Down

0 comments on commit e4b139d

Please sign in to comment.