]> git.sur5r.net Git - cc65/commitdiff
Fix comment 627/head
authorjede <jede@oric.org>
Mon, 16 Apr 2018 19:51:15 +0000 (21:51 +0200)
committerjede <jede@oric.org>
Mon, 16 Apr 2018 19:51:15 +0000 (21:51 +0200)
libsrc/telestrat/chline.s

index 16e57d5fde42f99b4c9d7604902855f982eec762..6ead10eee5857004b047a2d9427bf5cdfb0a8127 100644 (file)
@@ -13,7 +13,7 @@
 .proc _chline
     sta     tmp1
 @loop:
-    lda     #'-'            ; Horizontal line screen code
+    lda     #'-'            ; horizontal line screen code
     BRK_TELEMON  XWR0       ; macro send char to screen (channel 0 in telemon terms)
     dec     tmp1
     bne     @loop