diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2017-12-27 03:23:21 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2017-12-27 03:23:21 +0000 |
| commit | caa7e52f3f525b75d87fca7e612933377699fd59 (patch) | |
| tree | 1d42947b9cc1a6c4a630c506774eeb2745899745 /sys/dev/de | |
| parent | dae3a64fb967bbff627efc2e8cdd127c6b93d902 (diff) | |
Notes
Diffstat (limited to 'sys/dev/de')
| -rw-r--r-- | sys/dev/de/if_de.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/de/if_de.c b/sys/dev/de/if_de.c index 753c82a6f5a7..0393bc5d1e81 100644 --- a/sys/dev/de/if_de.c +++ b/sys/dev/de/if_de.c @@ -3920,7 +3920,7 @@ tulip_txput(tulip_softc_t * const sc, struct mbuf *m) * a bit reminiscent of going on the Ark two by two * since each descriptor for the TULIP can describe * two buffers. So we advance through packet filling - * each of the two entries at a time to to fill each + * each of the two entries at a time to fill each * descriptor. Clear the first and last segment bits * in each descriptor (actually just clear everything * but the end-of-ring or chain bits) to make sure |
