]> git.sur5r.net Git - cc65/commitdiff
fix spelling 561/head
authormrdudz <mrdudz@users.noreply.github.com>
Mon, 1 Jan 2018 13:01:25 +0000 (14:01 +0100)
committermrdudz <mrdudz@users.noreply.github.com>
Mon, 1 Jan 2018 13:01:25 +0000 (14:01 +0100)
testcode/lib/cpeek-test.c

index ffcdb8bf1e76cdce0fd75995516f062c4218b73c..aef4cb4e3f1c3f676c92d2ffe96b55e76aa62c2e 100644 (file)
@@ -153,7 +153,7 @@ static unsigned char testCPeekC (char ch)
     ch2_c = peekChWithoutTranslation ();
     if ((ch2_c != ch2_b)
 #if defined(__C128__) || defined(__C64__)
-        /* VDC memory is not accessable, soft80 has no "videoram" */
+        /* VDC memory is not accessible, soft80 has no "videoram" */
         && (width == 40)
 #endif
         ){