aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--py/asmx64.c2
-rw-r--r--py/asmx86.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/py/asmx64.c b/py/asmx64.c
index 39f060d38..ff1ffbed3 100644
--- a/py/asmx64.c
+++ b/py/asmx64.c
@@ -591,7 +591,7 @@ void asm_x64_exit(asm_x64_t *as) {
// - numbered 0 through as->num_locals-1
// - RBP points above the last local
//
-// | RPB
+// | RBP
// v
// l0 l1 l2 ... l(n-1)
// ^ ^
diff --git a/py/asmx86.c b/py/asmx86.c
index 11107f1da..3de2f12aa 100644
--- a/py/asmx86.c
+++ b/py/asmx86.c
@@ -499,7 +499,7 @@ void asm_x86_mov_r32_to_arg(asm_x86_t *as, int src_r32, int dest_arg_num) {
// - numbered 0 through as->num_locals-1
// - EBP points above the last local
//
-// | EPB
+// | EBP
// v
// l0 l1 l2 ... l(n-1)
// ^ ^