From 3dba9da864e9da0d5c8d05be708608a94471a01c Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Tue, 21 Mar 2023 05:47:41 +0800 Subject: [PATCH] Correct a typo in x86_64.rs --- src/unwinder/arch/x86_64.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unwinder/arch/x86_64.rs b/src/unwinder/arch/x86_64.rs index e15a229..4d0fbc7 100644 --- a/src/unwinder/arch/x86_64.rs +++ b/src/unwinder/arch/x86_64.rs @@ -121,7 +121,7 @@ pub unsafe extern "C" fn restore_context(ctx: &Context) -> ! { mov r14, [rdi + 0x70] mov r15, [rdi + 0x78] - /* RDI resotred last */ + /* RDI restored last */ mov rdi, [rdi + 0x28] ret