git: 71463a34ab3f - main - amd64 mpboot.S: fix typo in comment
Konstantin Belousov
kib at FreeBSD.org
Sat Jul 10 11:47:11 UTC 2021
The branch main has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=71463a34ab3f65ff109b529f2fae93b694b73fdd
commit 71463a34ab3f65ff109b529f2fae93b694b73fdd
Author: Konstantin Belousov <kib at FreeBSD.org>
AuthorDate: 2021-07-10 11:06:44 +0000
Commit: Konstantin Belousov <kib at 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
More information about the dev-commits-src-all
mailing list