Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci fix tpyo



details:   https://anonhg.NetBSD.org/src/rev/f43af175d592
branches:  trunk
changeset: 821575:f43af175d592
user:      macallan <macallan%NetBSD.org@localhost>
date:      Thu Feb 09 20:42:30 2017 +0000

description:
fix tpyo

diffstat:

 sys/dev/pci/trm.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r ed00ba2eeb16 -r f43af175d592 sys/dev/pci/trm.c
--- a/sys/dev/pci/trm.c Thu Feb 09 20:39:42 2017 +0000
+++ b/sys/dev/pci/trm.c Thu Feb 09 20:42:30 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trm.c,v 1.38 2017/02/09 20:32:19 macallan Exp $        */
+/*     $NetBSD: trm.c,v 1.39 2017/02/09 20:42:30 macallan Exp $        */
 /*-
  * Copyright (c) 2002 Izumi Tsutsui.  All rights reserved.
  *
@@ -65,7 +65,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: trm.c,v 1.38 2017/02/09 20:32:19 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: trm.c,v 1.39 2017/02/09 20:42:30 macallan Exp $");
 
 /* #define TRM_DEBUG */
 #ifdef TRM_DEBUG
@@ -437,7 +437,7 @@
                    &ioh, NULL, NULL);
        }
        if (fl != 0) {
-               aprint_verbose_dev(self, "couldn't map MMIO registers, tryion PIO\n");
+               aprint_verbose_dev(self, "couldn't map MMIO registers, trying PIO\n");
                if ((fl = pci_mapreg_map(pa, TRM_BAR_PIO, PCI_MAPREG_TYPE_IO,
                    0, &iot, &ioh, NULL, NULL)) != 0) {
                        aprint_error(": unable to map registers (%d)\n", fl);



Home | Main Index | Thread Index | Old Index