소스 검색

Correct a typo in x86_64.rs

Felix Yan 2 년 전
부모
커밋
3dba9da864
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/unwinder/arch/x86_64.rs

+ 1 - 1
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