Skip to content

Commit 089c3f3

Browse files
committed
py/asm*.c: Typo fixes in comments.
1 parent 99f3f6b commit 089c3f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

py/asmx64.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ void asm_x64_exit(asm_x64_t *as) {
591591
// - numbered 0 through as->num_locals-1
592592
// - RBP points above the last local
593593
//
594-
// | RPB
594+
// | RBP
595595
// v
596596
// l0 l1 l2 ... l(n-1)
597597
// ^ ^

py/asmx86.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ void asm_x86_mov_r32_to_arg(asm_x86_t *as, int src_r32, int dest_arg_num) {
499499
// - numbered 0 through as->num_locals-1
500500
// - EBP points above the last local
501501
//
502-
// | EPB
502+
// | EBP
503503
// v
504504
// l0 l1 l2 ... l(n-1)
505505
// ^ ^

0 commit comments

Comments
 (0)