Fix documentation typo.

Change-Id: Ia060a9f8c30ea7446ddffcc2221a8f5a37f14d8c
Reviewed-on: https://boringssl-review.googlesource.com/6415
Reviewed-by: Adam Langley <agl@google.com>
This commit is contained in:
Torbjörn Granlund 2015-11-02 12:44:53 -05:00 committed by Adam Langley
parent ce514698f5
commit 069bedfe0c

View File

@ -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