]> git.sur5r.net Git - cc65/blobdiff - testcode/lib/cpeek-test.c
Removed bit opcode, not needed anymore.
[cc65] / testcode / lib / cpeek-test.c
index aef4cb4e3f1c3f676c92d2ffe96b55e76aa62c2e..1777bce4ab2cdb9e139424acba2702f38d65199a 100644 (file)
@@ -209,7 +209,7 @@ static unsigned char testCPeekCol (char ch)
     ch2_c = peekColWithoutTranslation ();
     if ((ch2_c != ch2_b)
 #if defined(__C128__)
-        /* VDC memory is not accessable */
+        /* VDC memory is not accessible */
         && (width == 40)
 #endif
         ){