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 a typo in a comment.



details:   https://anonhg.NetBSD.org/src/rev/bf47ae537dff
branches:  trunk
changeset: 534938:bf47ae537dff
user:      simonb <simonb%NetBSD.org@localhost>
date:      Tue Aug 06 23:51:43 2002 +0000

description:
Fix a typo in a comment.

diffstat:

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

diffs (18 lines):

diff -r 57a5ed12e0ca -r bf47ae537dff sys/dev/pci/if_wm.c
--- a/sys/dev/pci/if_wm.c       Tue Aug 06 23:09:10 2002 +0000
+++ b/sys/dev/pci/if_wm.c       Tue Aug 06 23:51:43 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_wm.c,v 1.14 2002/07/14 01:34:00 thorpej Exp $       */
+/*     $NetBSD: if_wm.c,v 1.15 2002/08/06 23:51:43 simonb Exp $        */
 
 /*
  * Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -114,7 +114,7 @@
 /*
  * Transmit descriptor list size.  Due to errata, we can only have
  * 256 hardware descriptors in the ring.  We tell the upper layers
- * that they can queue a lot of packets, and we go ahead and mange
+ * that they can queue a lot of packets, and we go ahead and manage
  * up to 64 of them at a time.  We allow up to 16 DMA segments per
  * packet.
  */



Home | Main Index | Thread Index | Old Index