Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjörn Granlund <torbjorng@google.com>2015-11-02 20:44:53 +0300
committerAdam Langley <agl@google.com>2015-11-03 01:53:27 +0300
commit069bedfe0c0cfb3a075662f944c4560ffb04ad08 (patch)
treecdfe0fd07161d3022caaac83df752eedb1b46e23
parentce514698f56b2cdb37cfe42de1a2e8010cd15186 (diff)
Fix documentation typo.
Change-Id: Ia060a9f8c30ea7446ddffcc2221a8f5a37f14d8c Reviewed-on: https://boringssl-review.googlesource.com/6415 Reviewed-by: Adam Langley <agl@google.com>
-rw-r--r--include/openssl/ssl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/ssl.h b/include/openssl/ssl.h
index 00abcde8..2acf4550 100644
--- a/include/openssl/ssl.h
+++ b/include/openssl/ssl.h
@@ -396,7 +396,7 @@ OPENSSL_EXPORT int SSL_get_error(const SSL *ssl, int ret_code);
* |SSL_do_handshake|. */
#define SSL_ERROR_WANT_READ 2
-/* SSL_ERROR_WANT_READ indicates the operation failed attempting to write to
+/* SSL_ERROR_WANT_WRITE indicates the operation failed attempting to write to
* the transport. The caller may retry the operation when the transport is ready
* for writing. */
#define SSL_ERROR_WANT_WRITE 3