summaryrefslogtreecommitdiffstats
path: root/doc/man3/ASYNC_WAIT_CTX_new.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/ASYNC_WAIT_CTX_new.pod')
-rw-r--r--doc/man3/ASYNC_WAIT_CTX_new.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/ASYNC_WAIT_CTX_new.pod b/doc/man3/ASYNC_WAIT_CTX_new.pod
index c95ceb78a0..f1d6a02219 100644
--- a/doc/man3/ASYNC_WAIT_CTX_new.pod
+++ b/doc/man3/ASYNC_WAIT_CTX_new.pod
@@ -130,7 +130,7 @@ descriptor is not appropriate.
ASYNC_WAIT_CTX_set_callback() sets the callback and the callback argument. The
callback will be called to notify user code when an engine completes a
cryptography operation. It is a requirement that the callback function is small
-and non-blocking as it will be run in the context of a polling mechanism or an
+and nonblocking as it will be run in the context of a polling mechanism or an
interrupt.
ASYNC_WAIT_CTX_get_callback() returns the callback set in the B<ASYNC_WAIT_CTX>