summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2022-05-28 22:16:43 +0000
committerandvar <andvar@NetBSD.org>2022-05-28 22:16:43 +0000
commit93e1d83524dad135dfd153e87635ecbe70397ebb (patch)
tree53f58f2c037cefd086b41b58352d261e98c8fd25 /sys/dev/pci
parent051f0471ee6e6db45974cb8415954eb9e52b992e (diff)
fix various typos in comments.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/hptide.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/hptide.c b/sys/dev/pci/hptide.c
index d7b1ecb8928..08f0bfb2cbd 100644
--- a/sys/dev/pci/hptide.c
+++ b/sys/dev/pci/hptide.c
@@ -1,4 +1,4 @@
-/* $NetBSD: hptide.c,v 1.34 2013/10/07 19:51:55 jakllsch Exp $ */
+/* $NetBSD: hptide.c,v 1.35 2022/05/28 22:16:44 andvar Exp $ */
/*
* Copyright (c) 1999, 2000, 2001 Manuel Bouyer.
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hptide.c,v 1.34 2013/10/07 19:51:55 jakllsch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hptide.c,v 1.35 2022/05/28 22:16:44 andvar Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -255,7 +255,7 @@ hpt_chip_map(struct pciide_softc *sc, const struct pci_attach_args *pa)
sc->sc_pp->ide_product == PCI_PRODUCT_TRIONES_HPT372A ||
sc->sc_pp->ide_product == PCI_PRODUCT_TRIONES_HPT374) {
/*
- * HPT370_REV and highter has a bit to disable interrupts,
+ * HPT370_REV and higher has a bit to disable interrupts,
* make sure to clear it
*/
pciide_pci_write(sc->sc_pc, sc->sc_tag, HPT_CSEL,