Skip to content

Commit 33b796e

Browse files
committed
extmod: Fix typo.
1 parent dbbb2a5 commit 33b796e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)