1 parent f14e918 commit 5362bccCopy full SHA for 5362bcc
1 file changed
extmod/machine_mem.c
@@ -31,7 +31,7 @@
31
32
// If you wish to override the functions for mapping the machine_mem read/write
33
// 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
+// MICROPY_MACHINE_MEM_GET_WRITE_ADDR in your mpconfigport.h. Since the
35
// prototypes are identical, it is allowable for both of the macros to evaluate
36
// the to same function.
37
//
0 commit comments