summaryrefslogtreecommitdiffstats
path: root/sys/dev/vge
diff options
context:
space:
mode:
authoryongari <yongari@FreeBSD.org>2009-12-14 18:19:56 +0000
committeryongari <yongari@FreeBSD.org>2009-12-14 18:19:56 +0000
commit6305565c3a14b8f8ebd3fcd7ccca0c84722bb9de (patch)
tree6ada5184fd8b664bd1b42077e4eedf58ca9d5eb3 /sys/dev/vge
parent92484fdd5da3ea82998f1702a85d664eaee083d4 (diff)
downloadFreeBSD-src-6305565c3a14b8f8ebd3fcd7ccca0c84722bb9de.zip
FreeBSD-src-6305565c3a14b8f8ebd3fcd7ccca0c84722bb9de.tar.gz
Fix spelling in comment.
Diffstat (limited to 'sys/dev/vge')
-rw-r--r--sys/dev/vge/if_vge.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/vge/if_vge.c b/sys/dev/vge/if_vge.c
index 6d83aed..a888ada 100644
--- a/sys/dev/vge/if_vge.c
+++ b/sys/dev/vge/if_vge.c
@@ -536,7 +536,7 @@ fail:
/*
* Program the multicast filter. We use the 64-entry CAM filter
* for perfect filtering. If there's more than 64 multicast addresses,
- * we use the hash filter insted.
+ * we use the hash filter instead.
*/
static void
vge_setmulti(sc)
@@ -1178,7 +1178,7 @@ vge_newbuf(sc, idx, m)
/*
* Note: the manual fails to document the fact that for
- * proper opration, the driver needs to replentish the RX
+ * proper operation, the driver needs to replenish the RX
* DMA ring 4 descriptors at a time (rather than one at a
* time, like most chips). We can allocate the new buffers
* but we should not set the OWN bits until we're ready
@@ -1970,7 +1970,7 @@ vge_init_locked(struct vge_softc *sc)
/*
* Configure one-shot timer for microsecond
- * resulution and load it for 500 usecs.
+ * resolution and load it for 500 usecs.
*/
CSR_SETBIT_1(sc, VGE_DIAGCTL, VGE_DIAGCTL_TIMER0_RES);
CSR_WRITE_2(sc, VGE_SSTIMER, 400);
OpenPOWER on IntegriCloud