]> git.sesse.net Git - vlc/commitdiff
Add missing space in comment.
authorAntoine Cellerier <dionoea@videolan.org>
Wed, 1 Nov 2006 15:30:12 +0000 (15:30 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Wed, 1 Nov 2006 15:30:12 +0000 (15:30 +0000)
include/vlc_block.h

index 0ebef6e6c0c47b2fe6fed86979f322ecf4995bfb..3cd8f6b652c9e5548c6b3c5ea16f6b0f6828d20a 100644 (file)
@@ -256,7 +256,7 @@ static inline block_t *block_ChainGather( block_t *p_list )
  * - block_FifoPut : put a block
  * - block_FifoGet : get a packet from the fifo (and wait if it is empty)
  * - block_FifoShow : show the first packet of the fifo (and wait if
- *      needed), becarefull, you can use it ONLY if you are sure to be the
+ *      needed), be carefull, you can use it ONLY if you are sure to be the
  *      only one getting data from the fifo.
  ****************************************************************************/
 struct block_fifo_t