git: 51da2dd34416 - main - arm64: Fix a typo

From: Andrew Turner <andrew_at_FreeBSD.org>
Date: Wed, 02 Jul 2025 10:02:22 UTC
The branch main has been updated by andrew:

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

commit 51da2dd3441640636a80d4c8b0500d78be80959a
Author:     Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2025-06-28 01:59:24 +0000
Commit:     Andrew Turner <andrew@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)) {