Skip to content

Commit c9831c7

Browse files
authored
chore: remove redundant word in comment (#1899)
Signed-off-by: pxwanglu <[email protected]>
1 parent 8f7b87c commit c9831c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sys/unix/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ cfg_os_poll! {
7878
)
7979
), path = "waker/kqueue.rs")]
8080
#[cfg_attr(any(
81-
// NOTE: also add to the list list for the `pipe` module below.
81+
// NOTE: also add to the list for the `pipe` module below.
8282
mio_unsupported_force_waker_pipe,
8383
all(
8484
// `kqueue(2)` based waker doesn't work with `poll(2)`.
@@ -140,7 +140,7 @@ cfg_os_poll! {
140140
target_os = "watchos",
141141
),
142142
),
143-
// NOTE: also add to the list list for the `pipe` module below.
143+
// NOTE: also add to the list for the `pipe` module below.
144144
target_os = "aix",
145145
target_os = "dragonfly",
146146
target_os = "haiku",

0 commit comments

Comments
 (0)