summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_wb.c
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2007-05-26 00:36:05 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2007-05-26 00:36:05 +0000
commitc413206bf89a6cce9527a4d2de33ef258c0f02d3 (patch)
tree4150ce075256cb4e041c0b8c65ccd3f37ffcf297 /sys/dev/pci/if_wb.c
parent3e63d12de85bb03339039fd726ca30e5f9a849c2 (diff)
More comment typos from Diego Casati. Including winners like funtion, allmost,
oustside, seqencer, toghether, nessissary, etc.
Diffstat (limited to 'sys/dev/pci/if_wb.c')
-rw-r--r--sys/dev/pci/if_wb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/if_wb.c b/sys/dev/pci/if_wb.c
index 94e054f050e..a486a41ddf7 100644
--- a/sys/dev/pci/if_wb.c
+++ b/sys/dev/pci/if_wb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_wb.c,v 1.37 2007/05/25 21:27:15 krw Exp $ */
+/* $OpenBSD: if_wb.c,v 1.38 2007/05/26 00:36:03 krw Exp $ */
/*
* Copyright (c) 1997, 1998
@@ -69,7 +69,7 @@
* closed ring.
*
* For transmission, the driver creates a linked list of 'super descriptors'
- * which each contain several individual descriptors linked toghether.
+ * which each contain several individual descriptors linked together.
* Each 'super descriptor' contains WB_MAXFRAGS descriptors, which we
* abuse as fragment pointers. This allows us to use a buffer management
* scheme very similar to that used in the ThunderLAN and Etherlink XL
@@ -80,7 +80,7 @@
*
* Note: the author of the Linux driver for the Winbond chip alludes
* to some sort of flaw in the chip's design that seems to mandate some
- * drastic workaround which signigicantly impairs transmit performance.
+ * drastic workaround which significantly impairs transmit performance.
* I have no idea what he's on about: transmit performance with all
* three of my test boards seems fine.
*/