git: 70182a0cfb4b - main - vr(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 11 Jan 2023 09:51:44 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=70182a0cfb4bed3515cb7bcb2c5cde75bb61d069
commit 70182a0cfb4bed3515cb7bcb2c5cde75bb61d069
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-01-11 09:51:34 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-01-11 09:51:34 +0000
vr(4): Fix a typo in a source code comment
- s/reuqest/request/
MFC after: 3 days
---
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 99729cb7b9e6..98c3ee578b05 100644
--- a/sys/dev/vr/if_vr.c
+++ b/sys/dev/vr/if_vr.c
@@ -1932,7 +1932,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);