Skip to content

Commit d324784

Browse files
alexcrichtondicej
andauthored
Update crates/wasmtime/src/runtime/component/concurrent/tls.rs
Co-authored-by: Joel Dice <[email protected]>
1 parent e4328f6 commit d324784

File tree

1 file changed

+1
-1
lines changed
  • crates/wasmtime/src/runtime/component/concurrent

1 file changed

+1
-1
lines changed

crates/wasmtime/src/runtime/component/concurrent/tls.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ pub enum TryGet<'a> {
101101
/// called.
102102
pub fn try_get<R>(f: impl FnOnce(TryGet<'_>) -> R) -> R {
103103
// SAFETY: This is The Unsafe Block of this module on which everything
104-
// hinges. The overall idea is that the poitner previously provided to
104+
// hinges. The overall idea is that the pointer previously provided to
105105
// `set` is passed to the closure here but only at most once because it's
106106
// passed mutably. Thus there's a number of things that this takes care of:
107107
//

0 commit comments

Comments
 (0)