Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/acpi Fix typo in debug message.



details:   https://anonhg.NetBSD.org/src/rev/ebbc643e7678
branches:  trunk
changeset: 547475:ebbc643e7678
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue May 20 12:14:17 2003 +0000

description:
Fix typo in debug message.

diffstat:

 sys/arch/i386/acpi/vald_acpi.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r f20ca9880f87 -r ebbc643e7678 sys/arch/i386/acpi/vald_acpi.c
--- a/sys/arch/i386/acpi/vald_acpi.c    Tue May 20 12:09:56 2003 +0000
+++ b/sys/arch/i386/acpi/vald_acpi.c    Tue May 20 12:14:17 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vald_acpi.c,v 1.7 2003/05/20 12:09:56 kanaoka Exp $    */
+/*     $NetBSD: vald_acpi.c,v 1.8 2003/05/20 12:14:17 wiz Exp $        */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -83,7 +83,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vald_acpi.c,v 1.7 2003/05/20 12:09:56 kanaoka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vald_acpi.c,v 1.8 2003/05/20 12:14:17 wiz Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -294,7 +294,7 @@
        switch (value) {
        case ACPI_NOTIFY_ValdStatusChanged:
 #ifdef VALD_ACPI_DEBUG
-               printf("%s: recived ValdStatusChanged message. \n",
+               printf("%s: received ValdStatusChanged message. \n",
                    sc->sc_dev.dv_xname);
 #endif /* ACPI_VALD_DEBUG */
 



Home | Main Index | Thread Index | Old Index