summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-04-05 19:49:51 +0200
committerGitHub <noreply@github.com>2017-04-05 19:49:51 +0200
commit1f9260babb4fb6b8dc35bb281361cbd91d4dd4ee (patch)
tree4384f768f1df5bb06a50a5f8a37ce513577e31de
parentd5cfdb41caf7feffc320fd53836905012dce1b55 (diff)
parentc94912799aeed59fc4660fde14dcf19c955958b9 (diff)
downloadATCD-1f9260babb4fb6b8dc35bb281361cbd91d4dd4ee.tar.gz
Merge pull request #391 from jwillemsen/master
Fixed typo
-rw-r--r--ACE/debian/TODO3
-rw-r--r--ACE/examples/IPC_SAP/DEV_SAP/README4
2 files changed, 1 insertions, 6 deletions
diff --git a/ACE/debian/TODO b/ACE/debian/TODO
index a9c8a11e0d1..a84e275cc7b 100644
--- a/ACE/debian/TODO
+++ b/ACE/debian/TODO
@@ -10,9 +10,6 @@
* fltk and gl
* subj using PROBLEM-REPORT-FORM for reportbug?
-= autoconf =
- * to restore?
-
= Hurd =
* Test programs
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),