summaryrefslogtreecommitdiff
path: root/boost/iostreams/tee.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/iostreams/tee.hpp')
-rw-r--r--boost/iostreams/tee.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/iostreams/tee.hpp b/boost/iostreams/tee.hpp
index bcb60a862a..57a32ccd02 100644
--- a/boost/iostreams/tee.hpp
+++ b/boost/iostreams/tee.hpp
@@ -31,7 +31,7 @@ namespace boost { namespace iostreams {
//
// Template name: tee_filter.
-// Template paramters:
+// Template parameters:
// Device - A blocking Sink.
//
template<typename Device>
@@ -99,7 +99,7 @@ BOOST_IOSTREAMS_PIPABLE(tee_filter, 1)
//
// Template name: tee_device.
-// Template paramters:
+// Template parameters:
// Device - A blocking Device.
// Sink - A blocking Sink.
//