Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/pci Fix grammar in error message.



details:   https://anonhg.NetBSD.org/src/rev/0c946529d336
branches:  trunk
changeset: 565105:0c946529d336
user:      jwise <jwise%NetBSD.org@localhost>
date:      Mon Mar 29 15:57:28 2004 +0000

description:
Fix grammar in error message.

diffstat:

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

diffs (27 lines):

diff -r 6d2878ff417b -r 0c946529d336 sys/arch/i386/pci/ichlpcib.c
--- a/sys/arch/i386/pci/ichlpcib.c      Mon Mar 29 13:59:47 2004 +0000
+++ b/sys/arch/i386/pci/ichlpcib.c      Mon Mar 29 15:57:28 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ichlpcib.c,v 1.3 2004/03/15 05:31:46 minoura Exp $     */
+/*     $NetBSD: ichlpcib.c,v 1.4 2004/03/29 15:57:28 jwise Exp $       */
 
 /*-
  * Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -45,7 +45,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ichlpcib.c,v 1.3 2004/03/15 05:31:46 minoura Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ichlpcib.c,v 1.4 2004/03/29 15:57:28 jwise Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -192,7 +192,7 @@
                                        LPCIB_PCI_GEN_STA);
                if (pcireg & LPCIB_PCI_GEN_STA_NO_REBOOT)
                        printf("%s: TCO timer reboot disabled by hardware; "
-                              "hope SMBIOS properly handle it.\n",
+                              "hope SMBIOS properly handles it.\n",
                               sc->sc_dev.dv_xname);
        }
 



Home | Main Index | Thread Index | Old Index