diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2011-07-25 15:01:37 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2011-07-25 15:01:37 +0000 |
| commit | 3c2910458c4f53a855e11869c804f552315a38a5 (patch) | |
| tree | b3e2c62a559d0be61038925fdc9d5c08c0d49b88 /sys/dev/gem/if_gem.c | |
| parent | 94fe1837bc487f6051a58fe3e0888667f3258ed7 (diff) | |
Notes
Diffstat (limited to 'sys/dev/gem/if_gem.c')
| -rw-r--r-- | sys/dev/gem/if_gem.c | 2 |
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; |
