Small comment change in dfifo.h

This commit is contained in:
Anne de Jong 2018-02-17 16:08:19 +01:00 committed by Anne de Jong
parent 41eca0506f
commit d008110c09
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ typedef struct dFifo_s dFifo;
* @param nchannels Number of channels to store for
* @param max_size Maximum size of the queue.
*
* @return Pointer to fifo queue.
* @return Pointer to fifo queue (no null ptr)
*/
dFifo* dFifo_create(const us nchannels,
const us max_size);