From b81940df0db6bc1ec78f4832b0bebd71ed4de69e Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Escudier?= Date: Wed, 25 Mar 2009 11:12:52 +0100 Subject: [PATCH] typos Signed-off-by: Jean-Baptiste Kempf --- modules/demux/mp4/mp4.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ) { -- 2.39.2