Merge pull request #10058 from gilles-peskine-arm/mbedtls_net_send-api-desc-tweak-3.6

Backport 3.6: mbedtls_net_send API description typo fix
This commit is contained in:
Gilles Peskine
2025-03-13 16:29:57 +00:00
committed by GitHub

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