mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 11:26:12 +08:00
fs/aio: fix typo ail
This commit is contained in:
+1
-1
@@ -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
|
* The aio_read() function will return the value zero if the I/O operation
|
||||||
* is successfully queued; otherwise, the function will return the value
|
* is successfully queued; otherwise, the function will return the value
|
||||||
* -1 and set errno to indicate the error. The aio_read() function will
|
* -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
|
* EAGAIN - The requested asynchronous I/O operation was not queued due to
|
||||||
* system resource limitations.
|
* system resource limitations.
|
||||||
|
|||||||
+1
-1
@@ -195,7 +195,7 @@ errout:
|
|||||||
* The aio_write() function will return the value zero if the I/O operation
|
* The aio_write() function will return the value zero if the I/O operation
|
||||||
* is successfully queued; otherwise, the function will return the value
|
* is successfully queued; otherwise, the function will return the value
|
||||||
* -1 and set errno to indicate the error. The aio_write() function will
|
* -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
|
* EAGAIN - The requested asynchronous I/O operation was not queued due to
|
||||||
* system resource limitations.
|
* system resource limitations.
|
||||||
|
|||||||
Reference in New Issue
Block a user