summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-05-02 22:56:49 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-05-02 22:56:49 +0000
commit1deac21f57d9ddcd90a2306198fe81842a44db45 (patch)
tree6d5eaf2e22e640138ee75c0417cdb794f269f778
parentc5fe3bec003e0dd32e4637bf7709942cb1289ac7 (diff)
downloadATCD-1deac21f57d9ddcd90a2306198fe81842a44db45.tar.gz
ChangeLogTag:Thu May 02 15:53:39 2002 Ossama Othman <ossama@uci.edu>
-rw-r--r--tests/Dev_Poll_Reactor_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Dev_Poll_Reactor_Test.cpp b/tests/Dev_Poll_Reactor_Test.cpp
index c51109b1659..c4319078ec8 100644
--- a/tests/Dev_Poll_Reactor_Test.cpp
+++ b/tests/Dev_Poll_Reactor_Test.cpp
@@ -9,7 +9,7 @@
* performed. "Speculative reads" are necessary when using event
* demultiplexing mechanisms that use a "state change" interface.
* Similarly, "speculative writes" may be necessary, i.e. keep
- * writing until the connection is flow controlled. An example of
+ * writing until the connection is flow controlled. An example of a
* demuxing mechanism with such an interface is Linux's `/dev/epoll'
* character device. Mechansims with state change interfaces are
* also said to be "edge triggered," versus "level triggered"