Skip to content

Commit 064c271

Browse files
committed
fix(dcd_dwc2): Fixed comment
1 parent cdaa19a commit 064c271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/portable/synopsys/dwc2/dcd_dwc2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ static void edpt_schedule_packets(uint8_t rhport, uint8_t const epnum, uint8_t c
495495
if(dma_enabled(dwc2)) {
496496
dep->diepdma = (uintptr_t)xfer->buffer;
497497
// CACHE HINT
498-
// The xfer->buffer has new data, move it to memory for DMA transfer it
498+
// The xfer->buffer has new data, move it to memory for DMA to transfer it
499499
dsync_c2m(xfer->buffer, total_bytes);
500500
// For ISO endpoint set correct odd/even bit for next frame.
501501
if ((dep->diepctl & DIEPCTL_EPTYP) == DIEPCTL_EPTYP_0 && (XFER_CTL_BASE(epnum, dir))->interval == 1) {

0 commit comments

Comments
 (0)