1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 07:29:33 +00:00

Fixed typo.

This commit is contained in:
Oliver Schmidt 2018-08-14 15:54:57 +02:00
parent e6e9c72f66
commit bbed9fdb63

View File

@ -1,7 +1,7 @@
;
; Ullrich von Bassewitz, 28.09.1998
;
; Banking routines for the 610.
; Banking routines for the 510.
;
.export set_bank, sys_bank, restore_bank
@ -37,5 +37,3 @@
pla
rts
.endproc