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. Reported by Alexander Yurch...



details:   https://anonhg.NetBSD.org/src/rev/dfc584e181b2
branches:  trunk
changeset: 520364:dfc584e181b2
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Tue Jan 08 11:47:27 2002 +0000

description:
Fix typo in comment. Reported by Alexander Yurchenko in private mail.

diffstat:

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

diffs (27 lines):

diff -r 975c0ec90202 -r dfc584e181b2 sys/dev/pci/pciide.c
--- a/sys/dev/pci/pciide.c      Tue Jan 08 11:40:56 2002 +0000
+++ b/sys/dev/pci/pciide.c      Tue Jan 08 11:47:27 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pciide.c,v 1.140 2001/12/18 16:40:51 bouyer Exp $      */
+/*     $NetBSD: pciide.c,v 1.141 2002/01/08 11:47:27 bouyer Exp $      */
 
 
 /*
@@ -77,7 +77,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pciide.c,v 1.140 2001/12/18 16:40:51 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pciide.c,v 1.141 2002/01/08 11:47:27 bouyer Exp $");
 
 #ifndef WDCDEBUG
 #define WDCDEBUG
@@ -3602,7 +3602,7 @@
                scr = bus_space_read_1(sc->sc_dma_iot, sc->sc_dma_ioh,
                    PDC262_U66);
                st = pci_conf_read(sc->sc_pc, sc->sc_tag, PDC2xx_STATE);
-               /* Trimm UDMA mode */
+               /* Trim UDMA mode */
                if ((st & PDC262_STATE_80P(channel)) != 0 ||
                    (chp->ch_drive[0].drive_flags & DRIVE_UDMA &&
                    chp->ch_drive[0].UDMA_mode <= 2) ||



Home | Main Index | Thread Index | Old Index