1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-13 03:29:36 +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

View File

@ -34,8 +34,8 @@ _strncasecmp:
; Start of compare loop. Check the counter. ; Start of compare loop. Check the counter.
Loop: dec ptr3 Loop: dec ptr3 ; decrement high byte
beq IncHi ; increment high byte beq IncHi
; Compare a byte from the strings ; Compare a byte from the strings