include: kernel: Fix typo in fifo API description
Fix typo FIF -> FIFO in API description of k_fifo_peek_head Signed-off-by: Ramakrishna Pallala <ramakrishna.pallala@intel.com>
This commit is contained in:
parent
5e7a104e7b
commit
92489ea4dd
1 changed files with 1 additions and 1 deletions
|
@ -1914,7 +1914,7 @@ struct k_fifo {
|
|||
* @brief Peek element at the head of a FIFO queue.
|
||||
*
|
||||
* Return element from the head of FIFO queue without removing it. A usecase
|
||||
* for this is if elements of the FIF object are themselves containers. Then
|
||||
* for this is if elements of the FIFO object are themselves containers. Then
|
||||
* on each iteration of processing, a head container will be peeked,
|
||||
* and some data processed out of it, and only if the container is empty,
|
||||
* it will be completely remove from the FIFO queue.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue