summaryrefslogtreecommitdiff
path: root/docs/man/nng_aio_stop.3.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_aio_stop.3.adoc')
-rw-r--r--docs/man/nng_aio_stop.3.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/nng_aio_stop.3.adoc b/docs/man/nng_aio_stop.3.adoc
index 94787272..2b70726b 100644
--- a/docs/man/nng_aio_stop.3.adoc
+++ b/docs/man/nng_aio_stop.3.adoc
@@ -26,7 +26,7 @@ void nng_aio_stop(nng_aio *aio);
The `nng_aio_stop()` function stops the asynchronous I/O operation
associated with _aio_ by aborting with `NNG_ECANCELED`, and then waits
-for it to complete or to be completely aborted, and for the any
+for it to complete or to be completely aborted, and for the
callback associated with the _aio_ to have completed executing.
Further calls to
@@ -38,7 +38,7 @@ pending for it.
TIP: When multiple asynchronous I/O handles are in use and need to be
shut down, it is safest to stop all of them, before deallocating any of
-this with xref:nng_aio_free.3.adoc[`nng_aio_free()`], particularly if the callbacks
+them with xref:nng_aio_free.3.adoc[`nng_aio_free()`], particularly if the callbacks
might attempt to reschedule additional operations.
== RETURN VALUES