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
commit 73cbd3104c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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