aboutsummaryrefslogtreecommitdiff
path: root/docs/Serial-Programming-HOWTO.txt
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-09-06 02:58:59 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-09-06 02:58:59 +0200
commit5370bfb123266ab5716f321e43d3f8f6da7d7143 (patch)
treefb4a1500d571aee4c36dc2aa5510304d5724cf07 /docs/Serial-Programming-HOWTO.txt
parent90a9904e9ef5f2fb70e1952cb1a68bd9213bcde3 (diff)
downloadbusybox-5370bfb123266ab5716f321e43d3f8f6da7d7143.tar.gz
documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'docs/Serial-Programming-HOWTO.txt')
-rw-r--r--docs/Serial-Programming-HOWTO.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Serial-Programming-HOWTO.txt b/docs/Serial-Programming-HOWTO.txt
index 0dfc8aa31..8a3954b09 100644
--- a/docs/Serial-Programming-HOWTO.txt
+++ b/docs/Serial-Programming-HOWTO.txt
@@ -133,7 +133,7 @@ Seems to be somewhat old, but contains useful bits for getty.c hacking
characters will operate on the incoming data before it is delivered to
the user.
- In non-canonical mode, incoming data is quanitified by use of the
+ In non-canonical mode, incoming data is quantified by use of the
c_cc[VMIN and c_cc[VTIME] values in termios.c_cc[].
Some programmers use the select() call to detect the completion of a