summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2015-02-14 02:20:06 +0800
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2015-02-14 02:20:35 +0800
commit089c3f321e1bfe86864b6d4b2ac91074ea282c54 (patch)
treedefe7f2086df2b95facda7af633a358100eeafb7
parent99f3f6b5de567c1bdf04259d2c8322681755c732 (diff)
py/asm*.c: Typo fixes in comments.
-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)
// ^ ^