Skip to content

Commit

Permalink
Fix spelling error.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhuene committed Mar 31, 2021
1 parent 211bc30 commit 859484e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/jit/src/code_memory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ impl CodeMemory {
}
}

// Register all unwind entires for functions and trampolines.
// Register all unwind entries for functions and trampolines.
// TODO will `u32` type for start/len be enough for large code base.
for i in unwind_info {
match i {
Expand Down

0 comments on commit 859484e

Please sign in to comment.