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 a printf, from Soren S. Jorvan.



details:   https://anonhg.NetBSD.org/src/rev/5bbc8d282ab4
branches:  trunk
changeset: 474595:5bbc8d282ab4
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Mon Jul 12 13:49:38 1999 +0000

description:
Fix typo in a printf, from Soren S. Jorvan.

diffstat:

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

diffs (18 lines):

diff -r 7d66bafaf9ef -r 5bbc8d282ab4 sys/dev/pci/pciide.c
--- a/sys/dev/pci/pciide.c      Mon Jul 12 13:43:40 1999 +0000
+++ b/sys/dev/pci/pciide.c      Mon Jul 12 13:49:38 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pciide.c,v 1.39 1999/06/08 10:38:15 mrg Exp $  */
+/*     $NetBSD: pciide.c,v 1.40 1999/07/12 13:49:38 bouyer Exp $       */
 
 /*
  * Copyright (c) 1996, 1998 Christopher G. Demetriou.  All rights reserved.
@@ -1140,7 +1140,7 @@
                                    channel, drive);
                                drvp->drive_flags &= ~DRIVE_DMA;
                        }
-                       printf("%s:%d:%d: using DMA data tranferts\n",
+                       printf("%s:%d:%d: using DMA data transfers\n",
                            sc->sc_wdcdev.sc_dev.dv_xname,
                            channel, drive);
                        idedma_ctl |= IDEDMA_CTL_DRV_DMA(drive);



Home | Main Index | Thread Index | Old Index