diff options
Diffstat (limited to 'sys/dev/lmc/if_lmc.c')
-rw-r--r-- | sys/dev/lmc/if_lmc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/lmc/if_lmc.c b/sys/dev/lmc/if_lmc.c index 5d71cd9..83250cf 100644 --- a/sys/dev/lmc/if_lmc.c +++ b/sys/dev/lmc/if_lmc.c @@ -563,7 +563,7 @@ lmc_rx_intr(lmc_softc_t * const sc) * length so we can set that now. (we add to * last_offset instead of multiplying since we * normally won't go into the loop and thereby - * saving a ourselves from doing a multiplication + * saving ourselves from doing a multiplication * by 0 in the normal case). */ _IF_DEQUEUE(&sc->lmc_rxq, ms); |