Module Name: src Committed By: macallan Date: Thu Feb 9 20:42:30 UTC 2017
Modified Files: src/sys/dev/pci: trm.c Log Message: fix tpyo To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/dev/pci/trm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/pci/trm.c diff -u src/sys/dev/pci/trm.c:1.38 src/sys/dev/pci/trm.c:1.39 --- src/sys/dev/pci/trm.c:1.38 Thu Feb 9 20:32:19 2017 +++ src/sys/dev/pci/trm.c Thu Feb 9 20:42:30 2017 @@ -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 @@ trm_attach(device_t parent, device_t sel &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);