diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2021-07-10 11:06:44 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2021-07-10 11:46:54 +0000 |
| commit | 71463a34ab3f65ff109b529f2fae93b694b73fdd (patch) | |
| tree | ec8b3cbdcc72c8deb40b6b9b51d9d6656280354d /sys/amd64 | |
| parent | 63664df72036dc8ee99bd83fecc91faf167fa232 (diff) | |
Diffstat (limited to 'sys/amd64')
| -rw-r--r-- | sys/amd64/amd64/mpboot.S | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
