From: Sébastien Escudier Date: Wed, 25 Mar 2009 10:12:52 +0000 (+0100) Subject: typos X-Git-Tag: 1.0.0-pre2~335 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=b81940df0db6bc1ec78f4832b0bebd71ed4de69e;p=vlc typos Signed-off-by: Jean-Baptiste Kempf --- diff --git a/modules/demux/mp4/mp4.c b/modules/demux/mp4/mp4.c index 36d8e068f2..68d3d9d118 100644 --- a/modules/demux/mp4/mp4.c +++ b/modules/demux/mp4/mp4.c @@ -77,8 +77,8 @@ typedef struct uint32_t i_sample_count; /* how many samples in this chunk */ uint32_t i_sample_first; /* index of the first sample in this chunk */ - /* now provide way to calculate pts, dts, and offset without to - much memory and with fast acces */ + /* now provide way to calculate pts, dts, and offset without too + much memory and with fast access */ /* with this we can calculate dts/pts without waste memory */ uint64_t i_first_dts; @@ -756,7 +756,7 @@ static void MP4_UpdateSeekpoint( demux_t *p_demux ) } } /***************************************************************************** - * Seek: Got to i_date + * Seek: Go to i_date ******************************************************************************/ static int Seek( demux_t *p_demux, mtime_t i_date ) {