summaryrefslogtreecommitdiff
path: root/boost/iostreams/invert.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/iostreams/invert.hpp')
-rw-r--r--boost/iostreams/invert.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/iostreams/invert.hpp b/boost/iostreams/invert.hpp
index d88bf4c2ca..82e6a4b437 100644
--- a/boost/iostreams/invert.hpp
+++ b/boost/iostreams/invert.hpp
@@ -36,7 +36,7 @@ namespace boost { namespace iostreams {
//
// Template name: inverse.
-// Template paramters:
+// Template parameters:
// Filter - A model of InputFilter or OutputFilter.
// Description: Generates an InputFilter from an OutputFilter or
// vice versa.
@@ -151,7 +151,7 @@ private:
//
// Template name: invert.
-// Template paramters:
+// Template parameters:
// Filter - A model of InputFilter or OutputFilter.
// Description: Returns an instance of an appropriate specialization of inverse.
//