Skip to content

Commit 4ff3393

Browse files
committed
Fix typos in a comment
1 parent 6ab04e6 commit 4ff3393

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

usr.sbin/cpuctl/arch/aarch64.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: aarch64.c,v 1.26 2026/01/18 06:35:16 skrll Exp $ */
1+
/* $NetBSD: aarch64.c,v 1.27 2026/01/23 20:57:20 skrll Exp $ */
22

33
/*
44
* Copyright (c) 2018 Ryo Shimizu
@@ -29,7 +29,7 @@
2929
#include <sys/cdefs.h>
3030

3131
#ifndef lint
32-
__RCSID("$NetBSD: aarch64.c,v 1.26 2026/01/18 06:35:16 skrll Exp $");
32+
__RCSID("$NetBSD: aarch64.c,v 1.27 2026/01/23 20:57:20 skrll Exp $");
3333
#endif /* no lint */
3434

3535
#include <sys/types.h>
@@ -386,7 +386,7 @@ struct fieldinfo id_aa64isar0_fieldinfo[] = {
386386
{ .bitwidth = 0 } /* end of table */
387387
};
388388

389-
/* ID_AA64ISAR0_EL1 - AArch64 Instruction Set Attribute Register 0 */
389+
/* ID_AA64ISAR1_EL1 - AArch64 Instruction Set Attribute Register 1 */
390390
struct fieldinfo id_aa64isar1_fieldinfo[] = {
391391
{
392392
FIELDINFO(0, 4, "DPB") {

0 commit comments

Comments
 (0)