Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/acpitools/acpidump MAsk -> Mask, spotted by rillig@



details:   https://anonhg.NetBSD.org/src/rev/56e87b57fcec
branches:  trunk
changeset: 947227:56e87b57fcec
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Mon Dec 14 10:18:28 2020 +0000

description:
MAsk -> Mask, spotted by rillig@

diffstat:

 usr.sbin/acpitools/acpidump/acpi.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r c552012ada01 -r 56e87b57fcec usr.sbin/acpitools/acpidump/acpi.c
--- a/usr.sbin/acpitools/acpidump/acpi.c        Mon Dec 14 02:05:07 2020 +0000
+++ b/usr.sbin/acpitools/acpidump/acpi.c        Mon Dec 14 10:18:28 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: acpi.c,v 1.48 2020/12/12 16:08:39 jmcneill Exp $ */
+/* $NetBSD: acpi.c,v 1.49 2020/12/14 10:18:28 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 1998 Doug Rabson
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: acpi.c,v 1.48 2020/12/12 16:08:39 jmcneill Exp $");
+__RCSID("$NetBSD: acpi.c,v 1.49 2020/12/14 10:18:28 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/endian.h>
@@ -2648,7 +2648,7 @@
        acpi_print_gas(&subspace->CmdUpdateRegister);
        printf("\n");
        printf("\tCommand Update Preserve Mask=0x%016jx\n", subspace->CmdUpdatePreserveMask);
-       printf("\tCommand Update Set MAsk=0x%016jx\n", subspace->CmdUpdateSetMask);
+       printf("\tCommand Update Set Mask=0x%016jx\n", subspace->CmdUpdateSetMask);
        printf("\tError Status Register=");
        acpi_print_gas(&subspace->ErrorStatusRegister);
        printf("\n");
@@ -2694,7 +2694,7 @@
        acpi_print_gas(&subspace->CmdUpdateRegister);
        printf("\n");
        printf("\tCommand Update Preserve Mask=0x%016jx\n", subspace->CmdUpdatePreserveMask);
-       printf("\tCommand Update Set MAsk=0x%016jx\n", subspace->CmdUpdateSetMask);
+       printf("\tCommand Update Set Mask=0x%016jx\n", subspace->CmdUpdateSetMask);
        printf("\tError Status Register=");
        acpi_print_gas(&subspace->ErrorStatusRegister);
        printf("\n");



Home | Main Index | Thread Index | Old Index