]> git.sur5r.net Git - cc65/commitdiff
Fixed comment.
authorOliver Schmidt <ol.sc@web.de>
Fri, 21 Jun 2013 10:35:35 +0000 (13:35 +0300)
committerOliver Schmidt <ol.sc@web.de>
Fri, 21 Jun 2013 10:35:35 +0000 (13:35 +0300)
samples/multidemo.c

index 6585b205757ce1a0d2e811126972a081dcd6066e..367ce39e1e936b987f4cd72f9e59a458889df430 100644 (file)
@@ -57,7 +57,7 @@ void log (char *msg)
 
 
 /* In a real-world overlay program one would probably not use a #pragma but
- * rather place the all the code of certain source files into the overlay by
+ * rather place all the code of certain source files into the overlay by
  * compiling them with --code-name OVERLAY1.
  */
 #pragma code-name (push, "OVERLAY1");