We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4328f6 commit d324784Copy full SHA for d324784
crates/wasmtime/src/runtime/component/concurrent/tls.rs
@@ -101,7 +101,7 @@ pub enum TryGet<'a> {
101
/// called.
102
pub fn try_get<R>(f: impl FnOnce(TryGet<'_>) -> R) -> R {
103
// SAFETY: This is The Unsafe Block of this module on which everything
104
- // hinges. The overall idea is that the poitner previously provided to
+ // hinges. The overall idea is that the pointer previously provided to
105
// `set` is passed to the closure here but only at most once because it's
106
// passed mutably. Thus there's a number of things that this takes care of:
107
//
0 commit comments