From e125371fb6ff22d452c5ae90d3787432b8bfa0d1 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Mon, 22 Jan 2024 22:03:29 +0100 Subject: [PATCH] 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 c510c252072..44b9f0d114b 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",