]> git.sesse.net Git - vlc/commitdiff
typo
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Sun, 28 Sep 2008 08:29:26 +0000 (11:29 +0300)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Sun, 28 Sep 2008 11:41:58 +0000 (14:41 +0300)
src/input/decoder.c

index 6acf09b88d24f32829657ab2f4540b35c1e3dd35..31c9586929646936766c5d6b0d5d4e4fded0c383 100644 (file)
@@ -964,7 +964,7 @@ static void DecoderOptimizePtsDelay( decoder_t *p_dec )
         return;
 
     /* Try to find if we can reduce the pts
-     * This first draft is way to simple, and we can't say if the
+     * This first draft is way too simple, and we can't say if the
      * algo will converge. It's also full of constants.
      * But this simple algo allows to reduce the latency
      * to the minimum.