summaryrefslogtreecommitdiffstats
path: root/doc/man3/BIO_s_bio.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/BIO_s_bio.pod')
-rw-r--r--doc/man3/BIO_s_bio.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/BIO_s_bio.pod b/doc/man3/BIO_s_bio.pod
index 0f4ea77d6d..a5a66c5e8f 100644
--- a/doc/man3/BIO_s_bio.pod
+++ b/doc/man3/BIO_s_bio.pod
@@ -144,7 +144,7 @@ without having to go through the SSL-interface.
...
BIO_new_bio_pair(&internal_bio, 0, &network_bio, 0);
SSL_set_bio(ssl, internal_bio, internal_bio);
- SSL_operations(); /* e.g SSL_read and SSL_write */
+ SSL_operations(); /* e.g. SSL_read and SSL_write */
...
application | TLS-engine