mbedtls_net_send API description typo fix

Signed-off-by: Noah Pendleton <[email protected]>
This commit is contained in:
Noah Pendleton
2025-03-13 10:32:27 +01:00
committed by Gilles Peskine
parent 1d25c71ab6
commit b05b3b19d7
+1 -1
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