diff options
| author | bors <bors@rust-lang.org> | 2014-01-26 15:26:30 -0800 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-01-26 15:26:30 -0800 |
| commit | d3f70f5a7d619343c2d1f63ae8e5ade48051a0af (patch) | |
| tree | 71a6b30347cbf8719bdc8ded37bee3e4e9cf4069 /src/libnative/io/timer_timerfd.rs | |
| parent | 6743c650c1649dcbb38d17fb029ed738e79ef0ae (diff) | |
| parent | 40df08a5c2cf126c3f1a17945ed9a3599b3ebadd (diff) | |
| download | rust-d3f70f5a7d619343c2d1f63ae8e5ade48051a0af.tar.gz rust-d3f70f5a7d619343c2d1f63ae8e5ade48051a0af.zip | |
auto merge of #11817 : salemtalha/rust/master, r=brson
Fixes Issue #11815
Diffstat (limited to 'src/libnative/io/timer_timerfd.rs')
| -rw-r--r-- | src/libnative/io/timer_timerfd.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnative/io/timer_timerfd.rs b/src/libnative/io/timer_timerfd.rs index 0556b0c2599..2bcaf4d5c7c 100644 --- a/src/libnative/io/timer_timerfd.rs +++ b/src/libnative/io/timer_timerfd.rs @@ -104,7 +104,7 @@ fn helper(input: libc::c_int, messages: Port<Req>) { let mut bits = [0, ..8]; // drain the timerfd of how many times its fired // - // XXX: should this perform a send() this number of + // FIXME: should this perform a send() this number of // times? FileDesc::new(fd, false).inner_read(bits); let remove = { |
