Fix some commonly made spelling errors in comments.

This commit is contained in:
Jeff Tranter
2022-02-21 15:44:31 -05:00
parent fffb4c3b40
commit 2bf8be5b3b
42 changed files with 62 additions and 62 deletions

View File

@@ -79,9 +79,9 @@ GetProcessedCoord:
jsr GetOp
; Multiplicate with the scale factor.
; Multiply with the scale factor.
jmp tgi_imulround ; Multiplicate, round and scale
jmp tgi_imulround ; Multiply, round and scale
;----------------------------------------------------------------------------
; Add the base coordinate with offset in Y to the value in A/X
@@ -133,7 +133,7 @@ GetProcessedCoord:
.code
.proc _tgi_vectorchar
; Multiplicate the char value by two and save into Y
; Multiply the char value by two and save into Y
asl a
tay