git: be0b80b84550 - main - enetc(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Dec 2021 09:02:13 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=be0b80b845509c3a809642bf57bf329b519e8835 commit be0b80b845509c3a809642bf57bf329b519e8835 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2021-12-22 09:01:54 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2021-12-22 09:01:54 +0000 enetc(4): Fix a typo in a source code comment - s/decriptors/descriptors/ MFC after: 3 days --- sys/dev/enetc/if_enetc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/enetc/if_enetc.c b/sys/dev/enetc/if_enetc.c index 182b4f98b92a..e5337319fbbb 100644 --- a/sys/dev/enetc/if_enetc.c +++ b/sys/dev/enetc/if_enetc.c @@ -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);