]> git.sur5r.net Git - cc65/commitdiff
Fixed typo.
authorOliver Schmidt <ol.sc@web.de>
Tue, 2 Jan 2018 12:48:30 +0000 (13:48 +0100)
committerGitHub <noreply@github.com>
Tue, 2 Jan 2018 12:48:30 +0000 (13:48 +0100)
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
         ){