aboutsummaryrefslogtreecommitdiffstats
path: root/demos/Posix-GCC/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'demos/Posix-GCC/readme.txt')
-rw-r--r--demos/Posix-GCC/readme.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/Posix-GCC/readme.txt b/demos/Posix-GCC/readme.txt
index a1b5b4489..883659d18 100644
--- a/demos/Posix-GCC/readme.txt
+++ b/demos/Posix-GCC/readme.txt
@@ -11,8 +11,8 @@ I/O is simulated over TCP/IP sockets.
The demo listens on the two serial ports, when a connection is detected a
thread is started that serves a small command shell.
-The demo shows how create/terminate threads at runtime, how listen to events,
-how ho work with serial ports, how use the messages.
+The demo shows how to create/terminate threads at runtime, how to listen to
+events, how to work with serial ports, how to use the messages.
You can develop your ChibiOS/RT application using this demo as a simulator
then you can recompile it for a different architecture.
See demo.c for details.