1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00
Signed-off-by: Mateusz Starzyk <mateusz.starzyk@mobica.com>
This commit is contained in:
Mateusz Starzyk
2021-05-27 14:39:53 +02:00
parent cad24bb5d8
commit 57d1d198ef

View File

@ -50,7 +50,7 @@
#define MBEDTLS_STATIC_TESTABLE static
#endif
/** Allow library to access it's structs' private members.
/** Allow library to access its structs' private members.
*
* Although structs defined in header files are publicly available,
* their members are private and should not be accessed by the user.