Typo fix in comment.

(Thanks to William Hesse.)

Change-Id: I8479663250546a5ec0a024f80e50541f91d833bc
Reviewed-on: https://boringssl-review.googlesource.com/4020
Reviewed-by: David Benjamin <davidben@chromium.org>
Reviewed-by: Adam Langley <agl@google.com>
This commit is contained in:
Adam Langley 2015-03-18 14:56:26 -07:00
parent 067321502d
commit f21645f4e3

View File

@ -652,7 +652,7 @@ OPENSSL_EXPORT int BIO_zero_copy_get_read_buf_done(BIO* bio, size_t bytes_read);
* stack. * stack.
* *
* The zero copy write operation is completed by calling * The zero copy write operation is completed by calling
* |BIO_zero_copy_write_buf_don|e. Neither |BIO_zero_copy_get_write_buf_done| * |BIO_zero_copy_write_buf_done|. Neither |BIO_zero_copy_get_write_buf|
* nor any other I/O write operation may be called while a zero copy write * nor any other I/O write operation may be called while a zero copy write
* operation is active. */ * operation is active. */
OPENSSL_EXPORT int BIO_zero_copy_get_write_buf(BIO* bio, OPENSSL_EXPORT int BIO_zero_copy_get_write_buf(BIO* bio,