summaryrefslogtreecommitdiff
path: root/boost/iostreams/chain.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/iostreams/chain.hpp')
-rw-r--r--boost/iostreams/chain.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/iostreams/chain.hpp b/boost/iostreams/chain.hpp
index cea24beb86..4af8cc985c 100644
--- a/boost/iostreams/chain.hpp
+++ b/boost/iostreams/chain.hpp
@@ -84,7 +84,7 @@ template<typename Chain> class chain_client;
//
// Concept name: Chain.
// Description: Represents a chain of stream buffers which provides access
-// to the first buffer in the chain and send notifications when the
+// to the first buffer in the chain and sends notifications when the
// streambufs are added to or removed from chain.
// Refines: Closable device with mode equal to typename Chain::mode.
// Models: chain, converting_chain.