We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbbb2a5 commit 33b796eCopy full SHA for 33b796e
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