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