summaryrefslogtreecommitdiff
path: root/boost/iostreams/filter/counter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/iostreams/filter/counter.hpp')
-rw-r--r--boost/iostreams/filter/counter.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/iostreams/filter/counter.hpp b/boost/iostreams/filter/counter.hpp
index e47cba9417..646d2875a1 100644
--- a/boost/iostreams/filter/counter.hpp
+++ b/boost/iostreams/filter/counter.hpp
@@ -25,7 +25,7 @@ namespace boost { namespace iostreams {
//
// Template name: basic_counter.
-// Template paramters:
+// Template parameters:
// Ch - The character type.
// Description: Filter which counts lines and characters.
//