summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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),