Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/cpuctl/arch fix typo



details:   https://anonhg.NetBSD.org/src/rev/663fbf5d79a2
branches:  trunk
changeset: 359446:663fbf5d79a2
user:      ryo <ryo%NetBSD.org@localhost>
date:      Thu Jan 06 17:59:15 2022 +0000

description:
fix typo

diffstat:

 usr.sbin/cpuctl/arch/aarch64.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r a7a9d7a2d28a -r 663fbf5d79a2 usr.sbin/cpuctl/arch/aarch64.c
--- a/usr.sbin/cpuctl/arch/aarch64.c    Thu Jan 06 17:05:32 2022 +0000
+++ b/usr.sbin/cpuctl/arch/aarch64.c    Thu Jan 06 17:59:15 2022 +0000
@@ -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 <ryo%nerv.org@localhost>
@@ -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 @@
        },
        {
                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 @@
        },
        {
                FIELDINFO(24, 4, "GPA") {
-                       [0] = "No Archtected Generic Authentication algorithm",
+                       [0] = "No Architected Generic Authentication algorithm",
                        [1] = "QARMA with PACGA"
                }
        },



Home | Main Index | Thread Index | Old Index