Skip to content

Commit

Permalink
timer: remove duplicated word in comment
Browse files Browse the repository at this point in the history
PR-URL: #11323
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
  • 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.