diff options
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ata/ata.c | 6 | ||||
| -rw-r--r-- | sys/dev/i2c/i2cvar.h | 4 | ||||
| -rw-r--r-- | sys/dev/pci/hptide.c | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/sys/dev/ata/ata.c b/sys/dev/ata/ata.c index 731c23ba729..8c1171d5927 100644 --- a/sys/dev/ata/ata.c +++ b/sys/dev/ata/ata.c @@ -1,4 +1,4 @@ -/* $NetBSD: ata.c,v 1.167 2022/03/14 22:15:51 perseant Exp $ */ +/* $NetBSD: ata.c,v 1.168 2022/05/28 22:16:43 andvar Exp $ */ /* * Copyright (c) 1998, 2001 Manuel Bouyer. All rights reserved. @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ata.c,v 1.167 2022/03/14 22:15:51 perseant Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ata.c,v 1.168 2022/05/28 22:16:43 andvar Exp $"); #include "opt_ata.h" @@ -1924,7 +1924,7 @@ ata_probe_caps(struct ata_drive_datas *drvp) } /* * If controller's driver can't set its PIO mode, - * get the highter one for the drive. + * get the higher one for the drive. */ if (atac->atac_set_modes == NULL || atac->atac_pio_cap >= i + 3) { diff --git a/sys/dev/i2c/i2cvar.h b/sys/dev/i2c/i2cvar.h index 2a52e5d79e7..f3eca9060ff 100644 --- a/sys/dev/i2c/i2cvar.h +++ b/sys/dev/i2c/i2cvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: i2cvar.h,v 1.24 2021/04/16 07:02:09 skrll Exp $ */ +/* $NetBSD: i2cvar.h,v 1.25 2022/05/28 22:16:43 andvar Exp $ */ /* * Copyright (c) 2003 Wasabi Systems, Inc. @@ -188,7 +188,7 @@ const struct device_compatible_entry * /* * Constants to indicate the quality of a match made by a driver's - * match routine, from lowest to higest: + * match routine, from lowest to highest: * * -- Address only; no other checks were made. * 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, |
