diff --git a/extmod/machine_mem.c b/extmod/machine_mem.c
index 8151bab47fc8626f23a5aca5002b0631355250eb..88c176803feae26298fd864b4e2f1e4327468611 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.
 //