Fixed typo (#9467)

This commit is contained in:
michaelr524 2018-09-04 17:47:33 +03:00 committed by André Silva
parent c1aed4af45
commit 51eac1926f
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ use std::time::Duration;
pub type TimerToken = usize;
/// Timer ID
pub type StreamToken = usize;
/// IO Hadndler ID
/// IO Handler ID
pub type HandlerId = usize;
/// Maximum number of tokens a handler can use