git: e125371fb6ff - main - dwc: Fix two typos in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Mon, 22 Jan 2024 21:04:11 UTC
The branch main has been updated by gbe:

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

commit e125371fb6ff22d452c5ae90d3787432b8bfa0d1
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-01-22 21:03:29 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-01-22 21:03:29 +0000

    dwc: Fix two typos in a source code comment
    
    - s/recevied/received/
    - s/descriptr/descriptor/
    
    MFC after:      3 days
---
 sys/dev/dwc/dwc1000_dma.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/dwc/dwc1000_dma.c b/sys/dev/dwc/dwc1000_dma.c
index c510c252072c..44b9f0d114bf 100644
--- a/sys/dev/dwc/dwc1000_dma.c
+++ b/sys/dev/dwc/dwc1000_dma.c
@@ -363,7 +363,7 @@ dwc_rxfinish_one(struct dwc_softc *sc, struct dwc_hwdesc *desc,
 		    (RDESC0_FS | RDESC0_LS)) {
 		/*
 		 * Something very wrong happens. The whole packet should be
-		 * recevied in one descriptr. Report problem.
+		 * received in one descriptor. Report problem.
 		 */
 		device_printf(sc->dev,
 		    "%s: RX descriptor without FIRST and LAST bit set: 0x%08X",