From da9cea77e314dad2fbc615a76085a0c330741f92 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 5 Oct 2011 14:12:42 +0200 Subject: Fix a bunch of common typos. --- libavdevice/jack_audio.c | 2 +- libavdevice/timefilter.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libavdevice') diff --git a/libavdevice/jack_audio.c b/libavdevice/jack_audio.c index dbe1771ebf..e68559e4d3 100644 --- a/libavdevice/jack_audio.c +++ b/libavdevice/jack_audio.c @@ -271,7 +271,7 @@ static int audio_read_packet(AVFormatContext *context, AVPacket *pkt) } } - /* Wait for a packet comming back from process_callback(), if one isn't available yet */ + /* Wait for a packet coming back from process_callback(), if one isn't available yet */ timeout.tv_sec = av_gettime() / 1000000 + 2; if (sem_timedwait(&self->packet_count, &timeout)) { if (errno == ETIMEDOUT) { diff --git a/libavdevice/timefilter.h b/libavdevice/timefilter.h index c98fd03bba..8cadd8b066 100644 --- a/libavdevice/timefilter.h +++ b/libavdevice/timefilter.h @@ -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 -- cgit v1.2.3