summaryrefslogtreecommitdiff
path: root/boost/iostreams/filter/line.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/iostreams/filter/line.hpp')
-rw-r--r--boost/iostreams/filter/line.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/iostreams/filter/line.hpp b/boost/iostreams/filter/line.hpp
index 9cdf7f7ee2..3597ef7898 100644
--- a/boost/iostreams/filter/line.hpp
+++ b/boost/iostreams/filter/line.hpp
@@ -31,7 +31,7 @@ namespace boost { namespace iostreams {
//
// Template name: line_filter.
-// Template paramters:
+// Template parameters:
// Ch - The character type.
// Alloc - The allocator type.
// Description: Filter which processes data one line at a time.