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.



details:   https://anonhg.NetBSD.org/src/rev/23c0757a1a50
branches:  trunk
changeset: 583389:23c0757a1a50
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Aug 04 06:17:26 2005 +0000

description:
Fix a typo.

diffstat:

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

diffs (27 lines):

diff -r 86558bf9600d -r 23c0757a1a50 sys/dev/pci/if_wm.c
--- a/sys/dev/pci/if_wm.c       Thu Aug 04 00:20:12 2005 +0000
+++ b/sys/dev/pci/if_wm.c       Thu Aug 04 06:17:26 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_wm.c,v 1.104 2005/07/25 18:26:24 ross Exp $ */
+/*     $NetBSD: if_wm.c,v 1.105 2005/08/04 06:17:26 skrll Exp $        */
 
 /*
  * Copyright (c) 2001, 2002, 2003, 2004 Wasabi Systems, Inc.
@@ -47,7 +47,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.104 2005/07/25 18:26:24 ross Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.105 2005/08/04 06:17:26 skrll Exp $");
 
 #include "bpfilter.h"
 #include "rnd.h"
@@ -152,7 +152,7 @@
 
 /*
  * Control structures are DMA'd to the i82542 chip.  We allocate them in
- * a single clump that maps to a single DMA segment to make serveral things
+ * a single clump that maps to a single DMA segment to make several things
  * easier.
  */
 struct wm_control_data_82544 {



Home | Main Index | Thread Index | Old Index