summaryrefslogtreecommitdiffstats
path: root/filters/filter.h
diff options
context:
space:
mode:
Diffstat (limited to 'filters/filter.h')
-rw-r--r--filters/filter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/filters/filter.h b/filters/filter.h
index 4df54b6112..35a4afac83 100644
--- a/filters/filter.h
+++ b/filters/filter.h
@@ -63,7 +63,7 @@ bool mp_pin_out_has_data(struct mp_pin *p);
// frame is available, but to get proper data flow in filters, you should
// probably follow the preferred conventions.)
// If no frame is returned, a frame is automatically requested via
-// mp_pin_out_request_data() (so it might be retuned in the future).
+// mp_pin_out_request_data() (so it might be returned in the future).
// If a frame is returned, no new frame is automatically requested (this is
// usually not wanted, because it could lead to additional buffering).
// This is guaranteed to return a non-NONE frame if mp_pin_out_has_data()