Merge pull request #10059 from gilles-peskine-arm/mbedtls_net_send-api-desc-tweak-2.28

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

View File

@@ -226,7 +226,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