git: 7484e79e36e9 - stable/13 - vr(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sat, 14 Jan 2023 09:30:45 UTC
The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=7484e79e36e954d5068668c6c29bc3db6c2f2ed8

commit 7484e79e36e954d5068668c6c29bc3db6c2f2ed8
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:29:15 +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 3a3490b7095c..61bdc23ff16d 100644
--- a/sys/dev/vr/if_vr.c
+++ b/sys/dev/vr/if_vr.c
@@ -1934,7 +1934,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);