aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/gem
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2011-04-22 09:41:51 +0000
committerMarius Strobl <marius@FreeBSD.org>2011-04-22 09:41:51 +0000
commitaf5ac863ea425a061608cb97380553424e072e3f (patch)
tree78e820136a7c5bca44b5e22f45ebae322cb87112 /sys/dev/gem
parent19db2a7ba026f7422a77b0c964696c9d94423b7e (diff)
Notes
Diffstat (limited to 'sys/dev/gem')
-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 e8d94008fc6e..814c9a853f54 100644
--- a/sys/dev/gem/if_gem.c
+++ b/sys/dev/gem/if_gem.c
@@ -1064,7 +1064,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;