Skip to content

Commit 29295f7

Browse files
alexcrichtondicej
andauthored
Update crates/guest-rust/rt/src/async_support/waitable.rs
Co-authored-by: Joel Dice <joel.dice@fermyon.com>
1 parent 181912b commit 29295f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/guest-rust/rt/src/async_support/waitable.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ where
203203
// SAFETY: the contract of `wasip3_task_set` is that the returned
204204
// pointer is valid for the lifetime of our entire task, so it's valid
205205
// for this stack frame. Additionally we assert it's non-null to
206-
// double-check it's initialized and additionlly check the version for
206+
// double-check it's initialized and additionally check the version for
207207
// the fields that we access.
208208
//
209209
// Otherwise the `waitable_unregister` callback should be safe if we

0 commit comments

Comments
 (0)