]> git.sur5r.net Git - cc65/commitdiff
Fixed a few comments.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 22 Jul 2012 11:18:36 +0000 (11:18 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 22 Jul 2012 11:18:36 +0000 (11:18 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5791 b7a2c559-68d2-44c3-8de9-860c34a00d81

libsrc/tgi/tgi_load.s

index 9ce4380660b58306352399037a1c3933ae5d174a..bd18152414d663a79cfdb6db558a8ad465c9958f 100644 (file)
@@ -92,8 +92,8 @@ ctrl:   .addr   _read
 @L4:    rts
 
 ; Check the driver signature, install the driver. c is already on stack and
-; will get removed by ser_install().
-; Res = ser_install (ctrl.module);
+; will get removed by tgi_install().
+; tgi_install (ctrl.module);
 
 @L5:    lda     ctrl + MOD_CTRL::MODULE
         ldx     ctrl + MOD_CTRL::MODULE+1
@@ -115,4 +115,4 @@ ctrl:   .addr   _read
 .endproc
 
 
-   
+