From: Oliver Schmidt Date: Fri, 21 Jun 2013 10:36:37 +0000 (+0200) Subject: Fixed comment. X-Git-Tag: V2.15~260 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c4c67b9205f6ef2abdd8ed80a88c33606bd9ec12;p=cc65 Fixed comment. --- diff --git a/samples/overlaydemo.c b/samples/overlaydemo.c index 8e67d771c..a3fb132e1 100644 --- a/samples/overlaydemo.c +++ b/samples/overlaydemo.c @@ -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");