]> git.sesse.net Git - vlc/commitdiff
typos
authorSébastien Escudier <sebastien-devel@celeos.eu>
Wed, 25 Mar 2009 10:12:52 +0000 (11:12 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 29 Mar 2009 16:24:51 +0000 (18:24 +0200)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/demux/mp4/mp4.c

index 36d8e068f28b12f7c036b35932dc40f1a8167456..68d3d9d118ed4730e5302cb1ad5e2d62af793756 100644 (file)
@@ -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 )
 {