Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jul 2025 10:02:22 GMT
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 51da2dd34416 - main - arm64: Fix a typo
Message-ID:  <202507021002.562A2MrA012174@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202507021002.562A2MrA012174>