Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit c5ec4d3

Browse files
committed
Fix typo
1 parent 057de8f commit c5ec4d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/debuginfo/unwind.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ impl UnwindContext {
9999
let (eh_frame, eh_frame_len, _) = Vec::into_raw_parts(eh_frame);
100100

101101
// =======================================================================
102-
// Everything after this line up to the end of the file is loosly based on
102+
// Everything after this line up to the end of the file is loosely based on
103103
// https://github.com/bytecodealliance/wasmtime/blob/4471a82b0c540ff48960eca6757ccce5b1b5c3e4/crates/jit/src/unwind/systemv.rs
104104
#[cfg(target_os = "macos")]
105105
{

0 commit comments

Comments
 (0)