1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-19 09:28:25 +00:00

Fix comment.

This commit is contained in:
Sven Michael Klose
2020-11-03 11:54:50 +01:00
committed by greg-king5
parent db31204950
commit 9d62abb7ac
+2 -2
View File
@@ -34,8 +34,8 @@ _strncasecmp:
; Start of compare loop. Check the counter.
Loop: dec ptr3
beq IncHi ; increment high byte
Loop: dec ptr3 ; decrement high byte
beq IncHi
; Compare a byte from the strings