Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Aug 19, 2019
1 parent 338fc7d commit 7658a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/sys/wasi/thread.rs
Expand Up @@ -48,7 +48,7 @@ impl Thread {
let wasi::Event { userdata, error, type_, .. } = out[0];
match (n, userdata, error) {
(1, 0x0123_45678, 0) if type_ == wasi::EVENTTYPE_CLOCK => {}
_ => panic!("thread::sleep(): unexpected result of poll_oneof"),
_ => panic!("thread::sleep(): unexpected result of poll_oneoff"),
}
}

Expand Down

0 comments on commit 7658a13

Please sign in to comment.