]> git.sesse.net Git - vlc/blobdiff - modules/packetizer/dirac.c
Fix some typos.
[vlc] / modules / packetizer / dirac.c
index 8676e6acbcd1548fef5e641392dc0e4eb2cc2321..0e92cce548529f7b5fa66e6f7d4fbd1653690de8 100644 (file)
@@ -23,7 +23,7 @@
 
 /* Dirac packetizer, formed of three parts:
  *  1) Bitstream synchroniser (dirac_DoSync)
- *      - Given an arbitary sequence of bytes, extract whole Dirac Data Units
+ *      - Given an arbitrary sequence of bytes, extract whole Dirac Data Units
  *      - Maps timestamps in supplied block_t's to the extracted Data Unit
  *        A time stamp applies to the next Data Unit to commence at, or after
  *        the first byte of the block_t with the timestamp.