The branch main has been updated by kib:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=39c0792b15505436235a0bfd24abee59d6d535d2

commit 39c0792b15505436235a0bfd24abee59d6d535d2
Author:     Konstantin Belousov <k...@freebsd.org>
AuthorDate: 2025-06-25 03:25:07 +0000
Commit:     Konstantin Belousov <k...@freebsd.org>
CommitDate: 2025-06-27 04:22:59 +0000

    amd64 locore: fix typo in comment
    
    Reviewed by:    markj
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
    Differential revision:  https://reviews.freebsd.org/D51053
---
 sys/amd64/amd64/locore.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/amd64/amd64/locore.S b/sys/amd64/amd64/locore.S
index d39503adadf0..4d10879d9f30 100644
--- a/sys/amd64/amd64/locore.S
+++ b/sys/amd64/amd64/locore.S
@@ -112,7 +112,7 @@ ENTRY(btext)
  * - reset IDT back to long mode.
  */
 ENTRY(la57_trampoline)
-       movq    %rsp,lst(%rip)          /* save registers into memeory */
+       movq    %rsp,lst(%rip)          /* save registers into memory */
        movq    %rbx,lst+8(%rip)        /* upper halves are not saved .. */
        movq    %rbp,lst+0x10(%rip)     /* by 64->32->64 switch */
        movq    %cr4,%rax

Reply via email to