The branch stable/13 has been updated by kib:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=3676f1a422faeff4fabaf2d45b3fbc04d9b01d9f

commit 3676f1a422faeff4fabaf2d45b3fbc04d9b01d9f
Author:     Konstantin Belousov <[email protected]>
AuthorDate: 2023-10-09 23:55:45 +0000
Commit:     Konstantin Belousov <[email protected]>
CommitDate: 2023-10-20 15:58:14 +0000

    arm64 locore.S: fix typos
    
    (cherry picked from commit 4095e0bcb9e8fac51eedad89211a5b16af7f55ad)
---
 sys/arm64/arm64/locore.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/arm64/arm64/locore.S b/sys/arm64/arm64/locore.S
index cde28116ff97..4712f8591b8b 100644
--- a/sys/arm64/arm64/locore.S
+++ b/sys/arm64/arm64/locore.S
@@ -130,7 +130,7 @@ virtdone:
        sub     sp, sp, #BOOTPARAMS_SIZE
        mov     x0, sp
 
-       /* Degate the delda so it is VA -> PA */
+       /* Negate the delta so it is VA -> PA */
        neg     x29, x29
 
        str     x1,  [x0, #BP_MODULEP]

Reply via email to