]> git.sesse.net Git - ffmpeg/blobdiff - libavdevice/timefilter.h
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavdevice / timefilter.h
index 458090409213459442a4712cab85ae1a1b7aea35..2a77946e994197c83b9ecffd1c54b4e62fee304c 100644 (file)
@@ -72,7 +72,7 @@ TimeFilter * ff_timefilter_new(double clock_period, double feedback2_factor, dou
  *
  * system_time, in seconds, should be the value of the system clock time,
  * at (or as close as possible to) the moment the device hardware interrupt
- * occured (or any other event the device clock raises at the beginning of a
+ * occurred (or any other event the device clock raises at the beginning of a
  * cycle).
  *
  * @return the filtered time, in seconds