summaryrefslogtreecommitdiff
path: root/boost/iostreams/detail/streambuf/chainbuf.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/iostreams/detail/streambuf/chainbuf.hpp')
-rw-r--r--boost/iostreams/detail/streambuf/chainbuf.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/iostreams/detail/streambuf/chainbuf.hpp b/boost/iostreams/detail/streambuf/chainbuf.hpp
index 9481c3a9d8..4e14383843 100644
--- a/boost/iostreams/detail/streambuf/chainbuf.hpp
+++ b/boost/iostreams/detail/streambuf/chainbuf.hpp
@@ -31,7 +31,7 @@ namespace boost { namespace iostreams { namespace detail {
// Template name: chainbuf.
// Description: Stream buffer which operates by delegating to the first
// linked_streambuf in a chain.
-// Template paramters:
+// Template parameters:
// Chain - The chain type.
//
template<typename Chain, typename Mode, typename Access>