mirror of
https://github.com/apache/nuttx.git
synced 2025-12-11 04:47:47 +08:00
fs/aio: fix typo ail
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user