]> git.sur5r.net Git - cc65/commitdiff
Fixed comment.
authorOliver Schmidt <ol.sc@web.de>
Fri, 21 Jun 2013 10:36:37 +0000 (12:36 +0200)
committerOliver Schmidt <ol.sc@web.de>
Fri, 21 Jun 2013 10:36:37 +0000 (12:36 +0200)
samples/overlaydemo.c

index 8e67d771c98bc768385ef2f212946e355dace01e..a3fb132e1de650e1f01ceaba20aa6033472910b5 100644 (file)
@@ -33,7 +33,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");