From 578d2fe25d95285de4293dc0d53abadbacd1df1c Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Fri, 21 Jun 2013 13:35:35 +0300 Subject: [PATCH 1/2] Fixed comment. --- samples/multidemo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/multidemo.c b/samples/multidemo.c index 6585b2057..367ce39e1 100644 --- a/samples/multidemo.c +++ b/samples/multidemo.c @@ -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"); From c4c67b9205f6ef2abdd8ed80a88c33606bd9ec12 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Fri, 21 Jun 2013 12:36:37 +0200 Subject: [PATCH 2/2] Fixed comment. --- samples/overlaydemo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");