mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
enetc(4): Fix a typo in a source code comment
- s/decriptors/descriptors/ MFC after: 3 days
This commit is contained in:
parent
b5e0a70193
commit
be0b80b845
1 changed files with 1 additions and 1 deletions
|
|
@ -1293,7 +1293,7 @@ enetc_isc_rxd_refill(void *data, if_rxd_update_t iru)
|
|||
* After enabling the queue NIC will prefetch the first
|
||||
* 8 descriptors. It probably assumes that the RX is fully
|
||||
* refilled when cidx == pidx.
|
||||
* Enable it only if we have enough decriptors ready on the ring.
|
||||
* Enable it only if we have enough descriptors ready on the ring.
|
||||
*/
|
||||
if (!queue->enabled && pidx >= 8) {
|
||||
ENETC_RXQ_WR4(sc, iru->iru_qsidx, ENETC_RBMR, sc->rbmr);
|
||||
|
|
|
|||
Loading…
Reference in a new issue