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 typo in comment. From Alexander Yurchenko <g...



details:   https://anonhg.NetBSD.org/src/rev/d3cbd720c29d
branches:  trunk
changeset: 536427:d3cbd720c29d
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sun Sep 15 20:27:09 2002 +0000

description:
Fix typo in comment. From Alexander Yurchenko <grange%rt.mipt.ru@localhost>

diffstat:

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

diffs (27 lines):

diff -r 7564b77f58e4 -r d3cbd720c29d sys/dev/pci/pciide.c
--- a/sys/dev/pci/pciide.c      Sun Sep 15 20:11:55 2002 +0000
+++ b/sys/dev/pci/pciide.c      Sun Sep 15 20:27:09 2002 +0000
@@ -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 @@
            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;



Home | Main Index | Thread Index | Old Index