summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2026-01-06 01:11:13 +0700
committerGitHub <[email protected]>2026-01-06 01:11:13 +0700
commit9de3e108b4d38677c5352786ef038600550598d3 (patch)
treeaed1e2c26d232f3c1037bc2062f5313fed42d92b /src
parent2026391b171017a6f07bd0bdfaaa2bcd49a08e34 (diff)
fix more typo
Co-authored-by: Copilot <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/common/tusb_fifo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/tusb_fifo.h b/src/common/tusb_fifo.h
index 11e1a6069..86ba59059 100644
--- a/src/common/tusb_fifo.h
+++ b/src/common/tusb_fifo.h
@@ -157,7 +157,7 @@ typedef struct {
// Moving data from tusb_fifo <-> USB hardware FIFOs e.g. STM32s need to use a special stride mode which reads/writes
// data in 2/4 byte chunks from/to a fixed address (USB FIFO register) instead of incrementing the address. For this use
-// read/write access_mode with stride_mode = true. The STRIPE DATA and ADDR stride must be configured with
+// read/write access_mode with stride_mode = true. The STRIDE DATA and ADDR stride must be configured with
// CFG_TUSB_FIFO_HWFIFO_DATA_STRIDE and CFG_TUSB_FIFO_HWFIFO_ADDR_STRIDE
//--------------------------------------------------------------------+