aboutsummaryrefslogtreecommitdiff
path: root/src/tuberia.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tuberia.h')
-rw-r--r--src/tuberia.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tuberia.h b/src/tuberia.h
index 6efd45e..a4ce84d 100644
--- a/src/tuberia.h
+++ b/src/tuberia.h
@@ -36,7 +36,7 @@
* <em>[Source] -> [queue_1] -> [Stage_1] -> [Queue_2] -> [Stage_2] -> [...] -> [Sink]</em>
*
* Each source, stage, and sink runs in a thread, reads from its input queue,
- * process the element, and writes the result to the output queue.
+ * processes the element, and writes the result to the output queue.
*
* @section quick_guide Quick Guide
*