about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2022-03-04 20:45:04 +0100
committerbjorn3 <bjorn3@users.noreply.github.com>2022-03-04 20:45:04 +0100
commitc5ec4d353cc41c25f51b0726a3fa5b112eacfa8a (patch)
tree4dc3030ae22e60de71ea5878eb7e3fceb5e28104 /src
parent057de8f12e4cf4d037d1bb09c7e1d7109681042c (diff)
downloadrust-c5ec4d353cc41c25f51b0726a3fa5b112eacfa8a.tar.gz
rust-c5ec4d353cc41c25f51b0726a3fa5b112eacfa8a.zip
Fix typo
Diffstat (limited to 'src')
-rw-r--r--src/debuginfo/unwind.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debuginfo/unwind.rs b/src/debuginfo/unwind.rs
index e4f28338096..cc9ccbaf43f 100644
--- a/src/debuginfo/unwind.rs
+++ b/src/debuginfo/unwind.rs
@@ -99,7 +99,7 @@ impl UnwindContext {
         let (eh_frame, eh_frame_len, _) = Vec::into_raw_parts(eh_frame);
 
         // =======================================================================
-        // 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
         // https://github.com/bytecodealliance/wasmtime/blob/4471a82b0c540ff48960eca6757ccce5b1b5c3e4/crates/jit/src/unwind/systemv.rs
         #[cfg(target_os = "macos")]
         {