The branch main has been updated by andrew:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=51da2dd3441640636a80d4c8b0500d78be80959a

commit 51da2dd3441640636a80d4c8b0500d78be80959a
Author:     Andrew Turner <and...@freebsd.org>
AuthorDate: 2025-06-28 01:59:24 +0000
Commit:     Andrew Turner <and...@freebsd.org>
CommitDate: 2025-07-02 09:49:01 +0000

    arm64: Fix a typo
    
    Sponsored by:   Arm Ltd
---
 sys/arm64/arm64/ptrauth.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/arm64/arm64/ptrauth.c b/sys/arm64/arm64/ptrauth.c
index a943220d66cd..767b7e115479 100644
--- a/sys/arm64/arm64/ptrauth.c
+++ b/sys/arm64/arm64/ptrauth.c
@@ -110,7 +110,7 @@ ptrauth_check(const struct cpu_feat *feat __unused, u_int 
midr __unused)
         */
 
        /*
-        * The QARMA5 or implementation efined algorithms are reported in
+        * The QARMA5 or implementation defined algorithms are reported in
         * ID_AA64ISAR1_EL1.
         */
        if (get_kernel_reg(ID_AA64ISAR1_EL1, &isar)) {

Reply via email to