Merge pull request #9096 from noahp/noahp/mbedtls_net_send-api-desc-tweak

mbedtls_net_send API description typo fix
This commit is contained in:
Gilles Peskine 2025-03-13 16:22:55 +00:00 committed by GitHub
commit c4dd970386
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -229,7 +229,7 @@ int mbedtls_net_recv(void *ctx, unsigned char *buf, size_t len);
/**
* \brief Write at most 'len' characters. If no error occurs,
* the actual amount read is returned.
* the actual amount written is returned.
*
* \param ctx Socket
* \param buf The buffer to read from