Comment.
diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c
index 7b9228f..64b0c9d 100644
--- a/ssl/ssl_lib.c
+++ b/ssl/ssl_lib.c
@@ -657,7 +657,7 @@
 
 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).