diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 91820dde3b1408468566ec0659c3eb5ea868567b..68373fdd6e6cfbd47c2fab71fde3388d820d835a 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -640,7 +640,7 @@ struct AVFilterLink {
      * Sources should set it to the best estimation of the real frame rate.
      * Filters should update it if necessary depending on their function.
      * Sinks can use it to set a default output frame rate.
-     * It is similar to the r_frae_rate field in AVStream.
+     * It is similar to the r_frame_rate field in AVStream.
      */
     AVRational frame_rate;