git: 729a000162f8 - stable/12 - vr(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 14 Jan 2023 09:36:19 UTC
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=729a000162f8c114a493c42c101c262025efb20d commit 729a000162f8c114a493c42c101c262025efb20d Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2023-01-11 09:51:34 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2023-01-14 09:33:01 +0000 vr(4): Fix a typo in a source code comment - s/reuqest/request/ (cherry picked from commit 70182a0cfb4bed3515cb7bcb2c5cde75bb61d069) --- sys/dev/vr/if_vr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/vr/if_vr.c b/sys/dev/vr/if_vr.c index dbbe3a7865e2..723a486531ec 100644 --- a/sys/dev/vr/if_vr.c +++ b/sys/dev/vr/if_vr.c @@ -1921,7 +1921,7 @@ vr_encap(struct vr_softc *sc, struct mbuf **m_head) desc = &sc->vr_rdata.vr_tx_ring[prod]; /* - * Set EOP on the last descriptor and reuqest Tx completion + * Set EOP on the last descriptor and request Tx completion * interrupt for every VR_TX_INTR_THRESH-th frames. */ VR_INC(sc->vr_cdata.vr_tx_pkts, VR_TX_INTR_THRESH);