diff options
| author | Scott Shawcroft <scott@chickadee.tech> | 2016-09-20 15:17:31 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@chickadee.tech> | 2016-09-20 15:17:31 -0700 |
| commit | 33b796ed3aa9644b13a36e1fab7c0f19033df323 (patch) | |
| tree | 0bec130a7271bcdfea6c168e0514ae422ad12b86 /extmod | |
| parent | dbbb2a5ca4c1e66792e0ab96cd33aa4ec5d73fad (diff) | |
extmod: Fix typo.
Diffstat (limited to 'extmod')
| -rw-r--r-- | extmod/machine_mem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extmod/machine_mem.c b/extmod/machine_mem.c index 8151bab47..88c176803 100644 --- a/extmod/machine_mem.c +++ b/extmod/machine_mem.c @@ -31,7 +31,7 @@ // If you wish to override the functions for mapping the machine_mem read/write // address, then add a #define for MICROPY_MACHINE_MEM_GET_READ_ADDR and/or -// MICROPY_MACHINE_MEM_GET_WRITE_ADDR in yopur mpconfigport.h. Since the +// MICROPY_MACHINE_MEM_GET_WRITE_ADDR in your mpconfigport.h. Since the // prototypes are identical, it is allowable for both of the macros to evaluate // the to same function. // |
