summaryrefslogtreecommitdiffstats
path: root/sys/dev/gem
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2011-04-22 09:41:51 +0000
committermarius <marius@FreeBSD.org>2011-04-22 09:41:51 +0000
commit5cecdb744f8851f2da6a30baa83397056aa83eb3 (patch)
tree78e820136a7c5bca44b5e22f45ebae322cb87112 /sys/dev/gem
parentd63a5fea10c282e8094fcdc943810babac814566 (diff)
downloadFreeBSD-src-5cecdb744f8851f2da6a30baa83397056aa83eb3.zip
FreeBSD-src-5cecdb744f8851f2da6a30baa83397056aa83eb3.tar.gz
Correct spelling in comments.
Submitted by: brucec
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 e8d9400..814c9a8 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;
OpenPOWER on IntegriCloud