diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-11-21 01:09:17 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-11-21 01:09:17 +0300 |
commit | 5362bcc487b106471c78217824da0272d8b9551d (patch) | |
tree | 6d8ca19702f97afa2201a0740de62cd384398db2 /extmod/machine_mem.c | |
parent | f14e9187accfbaddad9ca682670181e379d1a652 (diff) | |
download | micropython-5362bcc487b106471c78217824da0272d8b9551d.tar.gz micropython-5362bcc487b106471c78217824da0272d8b9551d.zip |
extmod/machine_mem: Typo fix in comment.
Diffstat (limited to 'extmod/machine_mem.c')
-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 8151bab47f..88c176803f 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. // |