Fix spelling error.

This commit is contained in:
Peter Huene
2021-03-29 22:27:43 -07:00
parent 7e02940c72
commit 273597903b

View File

@@ -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. // TODO will `u32` type for start/len be enough for large code base.
for i in unwind_info { for i in unwind_info {
match i { match i {