summaryrefslogtreecommitdiffstats
path: root/doc/man3/BIO_s_accept.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/BIO_s_accept.pod')
-rw-r--r--doc/man3/BIO_s_accept.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/BIO_s_accept.pod b/doc/man3/BIO_s_accept.pod
index c3826a609f..f6df26a52d 100644
--- a/doc/man3/BIO_s_accept.pod
+++ b/doc/man3/BIO_s_accept.pod
@@ -189,7 +189,7 @@ down each and finally closes both down.
BIO *abio, *cbio, *cbio2;
- /* First call to BIO_accept() sets up accept BIO */
+ /* First call to BIO_do_accept() sets up accept BIO */
abio = BIO_new_accept("4444");
if (BIO_do_accept(abio) <= 0) {
fprintf(stderr, "Error setting up accept\n");