Fix typo in comment. From Alexander Yurchenko <grange@rt.mipt.ru>

This commit is contained in:
bouyer 2002-09-15 20:27:09 +00:00
parent 1f4f5626a4
commit f30ddf1a29
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pciide.c,v 1.168 2002/08/25 17:26:58 bouyer Exp $ */
/* $NetBSD: pciide.c,v 1.169 2002/09/15 20:27:09 bouyer Exp $ */
/*
@ -76,7 +76,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: pciide.c,v 1.168 2002/08/25 17:26:58 bouyer Exp $");
__KERNEL_RCSID(0, "$NetBSD: pciide.c,v 1.169 2002/09/15 20:27:09 bouyer Exp $");
#ifndef WDCDEBUG
#define WDCDEBUG
@ -748,7 +748,7 @@ pciide_attach(parent, self, aux)
pci_conf_read(pc, tag, PCI_COMMAND_STATUS_REG)), DEBUG_PROBE);
}
/* tell wether the chip is enabled or not */
/* tell whether the chip is enabled or not */
int
pciide_chipen(sc, pa)
struct pciide_softc *sc;