We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 181912b commit 29295f7Copy full SHA for 29295f7
1 file changed
crates/guest-rust/rt/src/async_support/waitable.rs
@@ -203,7 +203,7 @@ where
203
// SAFETY: the contract of `wasip3_task_set` is that the returned
204
// pointer is valid for the lifetime of our entire task, so it's valid
205
// for this stack frame. Additionally we assert it's non-null to
206
- // double-check it's initialized and additionlly check the version for
+ // double-check it's initialized and additionally check the version for
207
// the fields that we access.
208
//
209
// Otherwise the `waitable_unregister` callback should be safe if we
0 commit comments