fs/aio: fix typo ail

This commit is contained in:
yangxuan8282
2022-08-26 10:56:51 +08:00
committed by Xiang Xiao
parent 162fcd10ca
commit 9c0b71469c
2 changed files with 2 additions and 2 deletions

View File

@@ -165,7 +165,7 @@ static void aio_read_worker(FAR void *arg)
* The aio_read() function will return the value zero if the I/O operation
* is successfully queued; otherwise, the function will return the value
* -1 and set errno to indicate the error. The aio_read() function will
* ail if:
* fail if:
*
* EAGAIN - The requested asynchronous I/O operation was not queued due to
* system resource limitations.

View File

@@ -195,7 +195,7 @@ errout:
* The aio_write() function will return the value zero if the I/O operation
* is successfully queued; otherwise, the function will return the value
* -1 and set errno to indicate the error. The aio_write() function will
* ail if:
* fail if:
*
* EAGAIN - The requested asynchronous I/O operation was not queued due to
* system resource limitations.