aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNicolas Dato <nicolas.dato@gmail.com>2025-08-09 10:36:29 -0300
committerNicolas Dato <nicolas.dato@gmail.com>2025-08-09 10:36:29 -0300
commit46d6071a9f5b64707216931275fec8c637a2bc60 (patch)
tree8f9cd7072c06bc4638d018169072c11c381f63c7 /src
parentb54e9dc483565450cdbf4ee5a83e2fdf4a687f50 (diff)
downloadlibtuberia-46d6071a9f5b64707216931275fec8c637a2bc60.tar.gz
grammar
Diffstat (limited to 'src')
-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
*