Skip site navigation (1)Skip section navigation (2)


| raw e-mail | index | archive | help
    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?>