From 273597903be217be42008a33dfa518520c0d4c1a Mon Sep 17 00:00:00 2001 From: Peter Huene Date: Mon, 29 Mar 2021 22:27:43 -0700 Subject: [PATCH] Fix spelling error. --- crates/jit/src/code_memory.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/jit/src/code_memory.rs b/crates/jit/src/code_memory.rs index e22c6a46c2..9c703f6440 100644 --- a/crates/jit/src/code_memory.rs +++ b/crates/jit/src/code_memory.rs @@ -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 {