]> git.sur5r.net Git - cc65/blobdiff - libsrc/common/getcwd.s
Fixed comments.
[cc65] / libsrc / common / getcwd.s
index c14df63a1ad9632bafa5047b501864e013019528..22b6ceded355c6529e0b6fede7ddf0000d302b5e 100644 (file)
@@ -29,7 +29,7 @@
 
 ; Copy __cwd to the given buffer checking the length
 
-        ; ldy     #$00          is guaranteed by popptr10
+        ; ldy     #$00          is guaranteed by popptr1
 loop:   inc     ptr2
         bne     @L1
         inc     ptr2+1