Skip to content

Commit b30e0f6

Browse files
committed
bio: update stale comment
1 parent 6b74ae5 commit b30e0f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/bio.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -592,8 +592,8 @@ static int wolfSSL_BIO_BIO_write(WOLFSSL_BIO* bio, const void* data,
592592
* data buffer holding the data to be written
593593
* len length of data buffer
594594
*
595-
* returns the amount of data written on success and WOLFSSL_FAILURE or
596-
* WOLFSSL_BIO_ERROR for failure cases.
595+
* returns the amount of data written on success or WOLFSSL_BIO_ERROR
596+
* for failure cases.
597597
*/
598598
static int wolfSSL_BIO_MEMORY_write(WOLFSSL_BIO* bio, const void* data,
599599
int len)

0 commit comments

Comments
 (0)