aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/gem/if_gem.c
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2011-07-25 15:01:37 +0000
committerMarius Strobl <marius@FreeBSD.org>2011-07-25 15:01:37 +0000
commit3c2910458c4f53a855e11869c804f552315a38a5 (patch)
treeb3e2c62a559d0be61038925fdc9d5c08c0d49b88 /sys/dev/gem/if_gem.c
parent94fe1837bc487f6051a58fe3e0888667f3258ed7 (diff)
Notes
Diffstat (limited to 'sys/dev/gem/if_gem.c')
-rw-r--r--sys/dev/gem/if_gem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/gem/if_gem.c b/sys/dev/gem/if_gem.c
index 6b03118d15d4..03072e47a2f9 100644
--- a/sys/dev/gem/if_gem.c
+++ b/sys/dev/gem/if_gem.c
@@ -1069,7 +1069,7 @@ gem_init_locked(struct gem_softc *sc)
/* step 14. Issue Transmit Pending command. */
- /* step 15. Give the reciever a swift kick. */
+ /* step 15. Give the receiver a swift kick. */
GEM_BANK1_WRITE_4(sc, GEM_RX_KICK, GEM_NRXDESC - 4);
ifp->if_drv_flags |= IFF_DRV_RUNNING;