summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-04-05 15:41:25 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-04-05 15:41:25 +0200
commit4fe9f9a0e1af75b17dc9a5372a437b1f1dedfda7 (patch)
tree30a96690f221144791cd648df10c95eb199c394f
parent4b9603ac960b65e96e9ee4c9ed4fe7c1117f75cd (diff)
downloadATCD-4fe9f9a0e1af75b17dc9a5372a437b1f1dedfda7.tar.gz
Fixed typo
* ACE/examples/IPC_SAP/DEV_SAP/README:
-rw-r--r--ACE/examples/IPC_SAP/DEV_SAP/README4
1 files changed, 1 insertions, 3 deletions
diff --git a/ACE/examples/IPC_SAP/DEV_SAP/README b/ACE/examples/IPC_SAP/DEV_SAP/README
index 4daafafdc66..7249d407b46 100644
--- a/ACE/examples/IPC_SAP/DEV_SAP/README
+++ b/ACE/examples/IPC_SAP/DEV_SAP/README
@@ -1,5 +1,3 @@
-
-
This directory contains a test example for the DEV_SAP
class category. It implements a class TTY_IO that is
derived from ACE_DEV_IO and adds a control method
@@ -9,7 +7,7 @@ with specific features for a serial line connection
The reader/reader executable initializes its
device-special file (given as command-line parameter),
reads characters from it (until it recognizes character 'q')
-ands sends the characters read to stdout.
+and sends the characters read to stdout.
The writer/writer executable also initializes its
device-special file (given as command-line parameter),