diff --git a/libavcodec/eval.h b/libavcodec/eval.h
index 5f208e599ae81cdc603d72c22f4cd69f09d59568..d0004b1a14b383738a56c68b1e77200f40ab033e 100644
--- a/libavcodec/eval.h
+++ b/libavcodec/eval.h
@@ -78,7 +78,7 @@ AVExpr *ff_parse_expr(const char *s,
 double ff_eval_expr(AVExpr * e, const double *const_value, void *opaque);
 
 /**
- * Frees a parsed expression previously created with ff_parse().
+ * Frees a parsed expression previously created with ff_parse_expr().
  */
 void ff_free_expr(AVExpr *e);