aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-05-15 10:40:02 +0000
committerBodo Möller <bodo@openssl.org>1999-05-15 10:40:02 +0000
commitd3407350d87791ab4fa369d2b5a58f27d9680fd0 (patch)
treeb7da9889a9319a8ec712520ff058420bc2688a30 /ssl/ssl_lib.c
parente2e3d5ce0c8dc713f7c6b7f3facbfe93d9e9739f (diff)
downloadopenssl-d3407350d87791ab4fa369d2b5a58f27d9680fd0.tar.gz
Comment.
Diffstat (limited to 'ssl/ssl_lib.c')
-rw-r--r--ssl/ssl_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c
index 7b9228fdfc..64b0c9d7b6 100644
--- a/ssl/ssl_lib.c
+++ b/ssl/ssl_lib.c
@@ -657,7 +657,7 @@ int SSL_write(SSL *s,const char *buf,int num)
int SSL_shutdown(SSL *s)
{
- /* Note that this function behaves different from what one might
+ /* Note that this function behaves differently from what one might
* expect. Return values are 0 for no success (yet),
* 1 for success; but calling it once is usually not enough,
* even if blocking I/O is used (see ssl3_shutdown).