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 057de8f commit c5ec4d3Copy full SHA for c5ec4d3
src/debuginfo/unwind.rs
@@ -99,7 +99,7 @@ impl UnwindContext {
99
let (eh_frame, eh_frame_len, _) = Vec::into_raw_parts(eh_frame);
100
101
// =======================================================================
102
- // Everything after this line up to the end of the file is loosly based on
+ // Everything after this line up to the end of the file is loosely based on
103
// https://github.com/bytecodealliance/wasmtime/blob/4471a82b0c540ff48960eca6757ccce5b1b5c3e4/crates/jit/src/unwind/systemv.rs
104
#[cfg(target_os = "macos")]
105
{
0 commit comments