Module Name:    src
Committed By:   ryo
Date:           Thu Jan  6 17:59:15 UTC 2022

Modified Files:
        src/usr.sbin/cpuctl/arch: aarch64.c

Log Message:
fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/usr.sbin/cpuctl/arch/aarch64.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/cpuctl/arch/aarch64.c
diff -u src/usr.sbin/cpuctl/arch/aarch64.c:1.18 src/usr.sbin/cpuctl/arch/aarch64.c:1.19
--- src/usr.sbin/cpuctl/arch/aarch64.c:1.18	Thu Jan  6 09:01:16 2022
+++ src/usr.sbin/cpuctl/arch/aarch64.c	Thu Jan  6 17:59:15 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: aarch64.c,v 1.18 2022/01/06 09:01:16 ryo Exp $	*/
+/*	$NetBSD: aarch64.c,v 1.19 2022/01/06 17:59:15 ryo Exp $	*/
 
 /*
  * Copyright (c) 2018 Ryo Shimizu <r...@nerv.org>
@@ -29,7 +29,7 @@
 #include <sys/cdefs.h>
 
 #ifndef lint
-__RCSID("$NetBSD: aarch64.c,v 1.18 2022/01/06 09:01:16 ryo Exp $");
+__RCSID("$NetBSD: aarch64.c,v 1.19 2022/01/06 17:59:15 ryo Exp $");
 #endif /* no lint */
 
 #include <sys/types.h>
@@ -384,7 +384,7 @@ struct fieldinfo id_aa64isar1_fieldinfo[
 	},
 	{
 		FIELDINFO(4, 4, "APA") {
-			[0] = "No Archtected Address Authentication algorithm",
+			[0] = "No Architected Address Authentication algorithm",
 			[1] = "QARMA with PAC",
 			[2] = "QARMA with EnhancedPAC",
 			[3] = "QARMA with EnhancedPAC2",
@@ -423,7 +423,7 @@ struct fieldinfo id_aa64isar1_fieldinfo[
 	},
 	{
 		FIELDINFO(24, 4, "GPA") {
-			[0] = "No Archtected Generic Authentication algorithm",
+			[0] = "No Architected Generic Authentication algorithm",
 			[1] = "QARMA with PACGA"
 		}
 	},

Reply via email to