]> git.sesse.net Git - vlc/commitdiff
Typos
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 13 Mar 2012 19:29:18 +0000 (21:29 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 13 Mar 2012 19:29:18 +0000 (21:29 +0200)
include/vlc_demux.h

index 2ae2f841961977db764eef08ea502b60a07c160b..a5b525710ca3f41843e7a14298dbe06d4a7df06d 100644 (file)
@@ -110,7 +110,7 @@ enum demux_query_e
     DEMUX_SET_TITLE,            /* arg1= int            can fail */
     DEMUX_SET_SEEKPOINT,        /* arg1= int            can fail */
 
-    /* DEMUX_SET_GROUP only a hit for demuxer (mainly DVB) to allow not
+    /* DEMUX_SET_GROUP only a hint for demuxer (mainly DVB) to allow not
      * reading everything (you should not use this to call es_out_Control)
      * if you don't know what to do with it, just IGNORE it, it is safe(r)
      * -1 means all group, 0 default group (first es added) */
@@ -118,7 +118,7 @@ enum demux_query_e
 
     /* Ask the demux to demux until the given date at the next pf_demux call
      * but not more (and not less, at the precision available of course).
-     * XXX: not mandatory (except for subtitle demux) but will help a lot
+     * XXX: not mandatory (except for subtitle demux) but will help a lot
      * for multi-input
      */
     DEMUX_SET_NEXT_DEMUX_TIME,  /* arg1= int64_t *      can fail */