]> git.sur5r.net Git - cc65/commitdiff
Update displaylist.c 386/head
authorIrgendwer <C.Krueger.B@web.de>
Fri, 24 Feb 2017 10:21:56 +0000 (11:21 +0100)
committerGitHub <noreply@github.com>
Fri, 24 Feb 2017 10:21:56 +0000 (11:21 +0100)
testcode/lib/atari/displaylist.c

index 869b5bb651c5fbcf4af24214b1261c2d5bad65ad..04c5998786eb1cddb1b1c5f4c56af9ab5b82afd3 100644 (file)
@@ -51,7 +51,7 @@ main(void)
 {
     // unfortunately "sizeof()" doesn't work with void data
     // (Error: Size of data type is unknown)
-    // so we trick with the adresses at front and behind...
+    // so we trick with the addresses at front and end...
 
     int returnValue = (((unsigned int)&dlend-(unsigned int)&DisplayList) != 28);  // assure only one byte per instruction!