From: Antoine Cellerier Date: Wed, 1 Nov 2006 15:30:12 +0000 (+0000) Subject: Add missing space in comment. X-Git-Tag: 0.9.0-test0~9719 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=491321f3ee6baa391046bd86feb5bd934af82143;p=vlc Add missing space in comment. --- diff --git a/include/vlc_block.h b/include/vlc_block.h index 0ebef6e6c0..3cd8f6b652 100644 --- a/include/vlc_block.h +++ b/include/vlc_block.h @@ -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