Fix some typos in comments.

This commit is contained in:
Gregory Nutt 2019-10-11 15:53:17 +08:00
parent 0142dd96a2
commit 6a683b0b54
2 changed files with 2 additions and 2 deletions

View File

@ -171,7 +171,7 @@ static int pipe_close(FAR struct file *filep)
* and places them in the array pointed to by 'fd'. fd[0] is for reading,
* fd[1] is for writing.
*
* NOTE: mkfifo2 is a special, non-standard, NuttX-only interface. Since
* NOTE: pipe2 is a special, non-standard, NuttX-only interface. Since
* the NuttX FIFOs are based in in-memory, circular buffers, the ability
* to control the size of those buffers is critical for system tuning.
*

View File

@ -223,7 +223,7 @@ ssize_t bchlib_write(FAR void *handle, FAR const char *buffer, size_t offset,
* and places them in the array pointed to by 'fd'. fd[0] is for reading,
* fd[1] is for writing.
*
* NOTE: mkfifo2 is a special, non-standard, NuttX-only interface. Since
* NOTE: pipe2 is a special, non-standard, NuttX-only interface. Since
* the NuttX FIFOs are based in in-memory, circular buffers, the ability
* to control the size of those buffers is critical for system tuning.
*