1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

fix spelling

This commit is contained in:
mrdudz 2018-01-01 14:01:25 +01:00
parent 783408080c
commit 4abe12c729

View 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
){