Date: Sat, 10 Jul 2021 11:47:10 GMT From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 71463a34ab3f - main - amd64 mpboot.S: fix typo in comment Message-ID: <202107101147.16ABlA7C048450@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=71463a34ab3f65ff109b529f2fae93b694b73fdd commit 71463a34ab3f65ff109b529f2fae93b694b73fdd Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2021-07-10 11:06:44 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2021-07-10 11:46:54 +0000 amd64 mpboot.S: fix typo in comment Sponsored by: The FreeBSD Foundation MFC after: 1 week --- sys/amd64/amd64/mpboot.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/amd64/amd64/mpboot.S b/sys/amd64/amd64/mpboot.S index fb75d2b88440..e525102b5d3d 100644 --- a/sys/amd64/amd64/mpboot.S +++ b/sys/amd64/amd64/mpboot.S @@ -47,7 +47,7 @@ mptramp_start: mov %ax, %ss /* - * Find relocation base and patch the gdt descript and ljmp targets + * Find relocation base and patch the gdt descriptor and ljmp targets */ xorl %ebx,%ebx mov %cs, %bx
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107101147.16ABlA7C048450>