Skip to content
Snippets Groups Projects
Commit 5362bcc4 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

extmod/machine_mem: Typo fix in comment.

parent f14e9187
No related branches found
No related tags found
No related merge requests found
......@@ -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.
//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment