mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-26 18:55:29 +00:00
Improve wording of documentation of mbedtls_mps_size_t
Signed-off-by: Hanno Becker <hanno.becker@arm.com>
This commit is contained in:
parent
6e3484e123
commit
46101c76f9
|
@ -150,7 +150,7 @@
|
||||||
/** \brief The type of buffer sizes and offsets used in MPS structures.
|
/** \brief The type of buffer sizes and offsets used in MPS structures.
|
||||||
*
|
*
|
||||||
* This is an unsigned integer type that should be large enough to
|
* This is an unsigned integer type that should be large enough to
|
||||||
* hold the length of any buffer resp. message processed by MPS.
|
* hold the length of any buffer or message processed by MPS.
|
||||||
*
|
*
|
||||||
* The reason to pick a value as small as possible here is
|
* The reason to pick a value as small as possible here is
|
||||||
* to reduce the size of MPS structures.
|
* to reduce the size of MPS structures.
|
||||||
|
|
Loading…
Reference in a new issue