From 491321f3ee6baa391046bd86feb5bd934af82143 Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Wed, 1 Nov 2006 15:30:12 +0000 Subject: [PATCH] Add missing space in comment. --- include/vlc_block.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2