Skip to content

Commit 2d48ade

Browse files
committed
Fix typo
1 parent d06759b commit 2d48ade

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

src/arch/zx48k/library-asm/printnum.asm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,10 @@ __PRINTU_CONT:
2727
ENDP
2828

2929

30-
__PRINT_MINUS: ; PRINT the MINUS (-) sign. CALLER mus preserve registers
30+
__PRINT_MINUS: ; PRINT the MINUS (-) sign. CALLER must preserve registers
3131
ld a, '-'
3232
jp __PRINT_DIGIT
3333

3434
__PRINT_DIGIT EQU __PRINTCHAR ; PRINTS the char in A register, and puts its attrs
3535

3636
pop namespace
37-
38-

src/arch/zxnext/library-asm/printnum.asm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,10 @@ __PRINTU_CONT:
2727
ENDP
2828

2929

30-
__PRINT_MINUS: ; PRINT the MINUS (-) sign. CALLER mus preserve registers
30+
__PRINT_MINUS: ; PRINT the MINUS (-) sign. CALLER must preserve registers
3131
ld a, '-'
3232
jp __PRINT_DIGIT
3333

3434
__PRINT_DIGIT EQU __PRINTCHAR ; PRINTS the char in A register, and puts its attrs
3535

3636
pop namespace
37-
38-

0 commit comments

Comments
 (0)