From 040134e7750f81a6a3b54856c4a1bf38d9244b5c Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Tue, 2 Jan 2018 13:48:30 +0100 Subject: [PATCH] Fixed typo. --- testcode/lib/cpeek-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testcode/lib/cpeek-test.c b/testcode/lib/cpeek-test.c index aef4cb4e3..1777bce4a 100644 --- a/testcode/lib/cpeek-test.c +++ b/testcode/lib/cpeek-test.c @@ -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 ){ -- 2.39.2