summaryrefslogtreecommitdiff
path: root/src/include/printer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/printer.h')
-rw-r--r--src/include/printer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/printer.h b/src/include/printer.h
index 4d5cbf52..dc2dcb11 100644
--- a/src/include/printer.h
+++ b/src/include/printer.h
@@ -30,7 +30,7 @@
/* Description
The class `printer' performs the postprocessing. Each
- postprocessor only need to implement a derived class of `printer' and
+ postprocessor only needs to implement a derived class of `printer' and
a suitable function `make_printer' for the device-dependent tasks.
Then the methods of class `printer' are called automatically by
`do_file()' in `input.cc'.