Skip to content

Commit c32f507

Browse files
committed
Fix doc typos
1 parent b026a41 commit c32f507

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ports/raspberrypi/bindings/rp2pio/StateMachine.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -912,15 +912,15 @@ MP_PROPERTY_GETTER(rp2pio_statemachine_pc_obj,
912912
(mp_obj_t)&rp2pio_statemachine_get_pc_obj);
913913

914914
//| rxfifo: memorymap.AddressRange
915-
//| """Accecss the state machine's rxfifo directly
915+
//| """Access the state machine's rxfifo directly
916916
//|
917917
//| If the state machine's fifo mode is ``txput`` then accessing this object
918918
//| reads values stored by the ``mov rxfifo[], isr`` PIO instruction, and the
919919
//| result of modifying it is undefined.
920920
//|
921921
//| If the state machine's fifo mode is ``txget`` then modifying this object
922922
//| writes values accessed by the ``mov osr, rxfifo[]`` PIO instruction, and
923-
//| the result of accessing it is undefined..
923+
//| the result of accessing it is undefined.
924924
//|
925925
//| If this state machine's mode is something else, then the property's value is `None`.
926926
//|

0 commit comments

Comments
 (0)