Skip to content

Commit cad9225

Browse files
Wren6991kilograham
authored andcommitted
typo in comment
1 parent 98422e1 commit cad9225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pio/logic_analyser/logic_analyser.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ void logic_analyser_arm(PIO pio, uint sm, uint dma_chan, uint32_t *capture_buf,
6666
uint trigger_pin, bool trigger_level) {
6767
pio_sm_set_enabled(pio, sm, false);
6868
// Need to clear _input shift counter_, as well as FIFO, because there may be
69-
// partial ISR contents left over from a prevoius run. sm_restart does this.
69+
// partial ISR contents left over from a previous run. sm_restart does this.
7070
pio_sm_clear_fifos(pio, sm);
7171
pio_sm_restart(pio, sm);
7272

0 commit comments

Comments
 (0)