diff --git a/libavfilter/pthread.c b/libavfilter/pthread.c
index 1c5419340d26159ebe74f1c5e0992cddff83a362..37ca73f9ff8ac5deb20deef494a73b824afe4d54 100644
--- a/libavfilter/pthread.c
+++ b/libavfilter/pthread.c
@@ -40,7 +40,7 @@ typedef struct ThreadContext {
     pthread_t *workers;
     avfilter_action_func *func;
 
-    /* per-execute perameters */
+    /* per-execute parameters */
     AVFilterContext *ctx;
     void *arg;
     int   *rets;