summary refs log tree commit diff
path: root/sys_util/src/poll.rs
diff options
context:
space:
mode:
Diffstat (limited to 'sys_util/src/poll.rs')
-rw-r--r--sys_util/src/poll.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys_util/src/poll.rs b/sys_util/src/poll.rs
index 1b92c96..54d4354 100644
--- a/sys_util/src/poll.rs
+++ b/sys_util/src/poll.rs
@@ -42,7 +42,7 @@ impl Default for EpollEvents {
 
 /// Trait for a token that can be associated with an `fd` in a `PollContext`.
 ///
-/// Simple enums that have no or primitive variant data data can use the `#[derive(PollToken)]`
+/// Simple enums that have no or primitive variant data can use the `#[derive(PollToken)]`
 /// custom derive to implement this trait. See
 /// [poll_token_derive::poll_token](../poll_token_derive/fn.poll_token.html) for details.
 pub trait PollToken {