Fix typo in ASYNC_WAIT_CTX_new.pod doc
authorPaul Yang <paulyang.inf@gmail.com>
Thu, 16 Mar 2017 09:05:30 +0000 (17:05 +0800)
committerMatt Caswell <matt@openssl.org>
Thu, 16 Mar 2017 13:51:20 +0000 (13:51 +0000)
commit153442640dc616a402363120b530e5d32785f918
treedbeb3e9b06faa71edbff117ffabc689c54b0b28b
parent078fdfc446ecdc4df65f519c8afdad2153c4a348
Fix typo in ASYNC_WAIT_CTX_new.pod doc

For the function that get the changed fds, it should be
'ASYNC_WAIT_CTX_get_changed_fds()' instead of 'ASYNC_WAIT_CTX_fds_have_changed()'.

CLA: trivial

Signed-off-by: Paul Yang <paulyang.inf@gmail.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2967)
doc/crypto/ASYNC_WAIT_CTX_new.pod