From 33b796ed3aa9644b13a36e1fab7c0f19033df323 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Tue, 20 Sep 2016 15:17:31 -0700 Subject: extmod: Fix typo. --- extmod/machine_mem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extmod') 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. // -- cgit v1.2.3