The branch stable/13 has been updated by kib:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=48619df1d270fcc328e4a1a48a1afa83acb05cf7

commit 48619df1d270fcc328e4a1a48a1afa83acb05cf7
Author:     Konstantin Belousov <[email protected]>
AuthorDate: 2021-07-10 11:06:44 +0000
Commit:     Konstantin Belousov <[email protected]>
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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to