]> git.sur5r.net Git - cc65/commitdiff
Fixed a comment
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 27 Dec 2003 14:32:37 +0000 (14:32 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 27 Dec 2003 14:32:37 +0000 (14:32 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@2842 b7a2c559-68d2-44c3-8de9-860c34a00d81

libsrc/cbm610/crt0.s

index 4b3491baf8466415a85a8a28bac61b11c91ef78e..f6acc9eca4efae31c98ff39d1279720d5ca7cb8c 100644 (file)
@@ -293,7 +293,7 @@ Init:       jsr     initlib
 
                jsr     callmain
 
-; Disable Call module destructors. This is also the _exit entry and the default entry
+; Call module destructors. This is also the _exit entry and the default entry
 ; point for the break vector.
 
 _exit:  lda     #$00
@@ -306,7 +306,7 @@ _exit:  lda     #$00
         sta     IndReg
 
 ; Copy stuff back from our zeropage to the systems
-     
+
 .if 0
         lda     #.sizeof(transfer_table)
         sta     ktmp
@@ -319,7 +319,7 @@ _exit:  lda     #$00
         dec     ktmp
         dec     ktmp
         bne     @L0
-.endif     
+.endif
 
 ; Copy back the old system bank stack contents