Skip to content

Commit 5362bcc

Browse files
committed
extmod/machine_mem: Typo fix in comment.
1 parent f14e918 commit 5362bcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extmod/machine_mem.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
// If you wish to override the functions for mapping the machine_mem read/write
3333
// address, then add a #define for MICROPY_MACHINE_MEM_GET_READ_ADDR and/or
34-
// MICROPY_MACHINE_MEM_GET_WRITE_ADDR in yopur mpconfigport.h. Since the
34+
// MICROPY_MACHINE_MEM_GET_WRITE_ADDR in your mpconfigport.h. Since the
3535
// prototypes are identical, it is allowable for both of the macros to evaluate
3636
// the to same function.
3737
//

0 commit comments

Comments
 (0)