Commit 491321f3 authored by Antoine Cellerier's avatar Antoine Cellerier

Add missing space in comment.

parent 537d79a9
...@@ -256,7 +256,7 @@ static inline block_t *block_ChainGather( block_t *p_list ) ...@@ -256,7 +256,7 @@ static inline block_t *block_ChainGather( block_t *p_list )
* - block_FifoPut : put a block * - block_FifoPut : put a block
* - block_FifoGet : get a packet from the fifo (and wait if it is empty) * - 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 * - 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. * only one getting data from the fifo.
****************************************************************************/ ****************************************************************************/
struct block_fifo_t struct block_fifo_t
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment