Date: Sat, 17 Jul 2021 11:02:51 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: 48619df1d270 - stable/13 - amd64 mpboot.S: fix typo in comment Message-ID: <202107171102.16HB2piq065875@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=48619df1d270fcc328e4a1a48a1afa83acb05cf7 commit 48619df1d270fcc328e4a1a48a1afa83acb05cf7 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2021-07-10 11:06:44 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2021-07-17 10:51:50 +0000 amd64 mpboot.S: fix typo in comment (cherry picked from commit 71463a34ab3f65ff109b529f2fae93b694b73fdd) --- 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?202107171102.16HB2piq065875>