Date: Sun, 29 Jun 2025 00:30:03 GMT From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 4b8788dd08f1 - stable/14 - amd64 locore: fix typo in comment Message-ID: <202506290030.55T0U3fk086921@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=4b8788dd08f1c5ecacb0fe16b2bb39e5082243d1 commit 4b8788dd08f1c5ecacb0fe16b2bb39e5082243d1 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2025-06-25 03:25:07 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2025-06-29 00:29:13 +0000 amd64 locore: fix typo in comment (cherry picked from commit 39c0792b15505436235a0bfd24abee59d6d535d2) --- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506290030.55T0U3fk086921>