mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-13 11:25:35 +00:00
Clarify wording in MPS reader documentation
Signed-off-by: Hanno Becker <hanno.becker@arm.com>
This commit is contained in:
parent
49cc1317b0
commit
a408c1719c
|
@ -167,8 +167,8 @@ struct mbedtls_mps_reader
|
||||||
* unsuccessful call to mbedtls_mps_reader_get(),
|
* unsuccessful call to mbedtls_mps_reader_get(),
|
||||||
* this variable is used to have the reader
|
* this variable is used to have the reader
|
||||||
* remember how much data should be accumulated
|
* remember how much data should be accumulated
|
||||||
* before the reader can be passed back to
|
* so that the call to mbedtls_mps_reader_get()
|
||||||
* the user again.
|
* succeeds next time.
|
||||||
* This is only used when the reader is in
|
* This is only used when the reader is in
|
||||||
* consuming mode, i.e. \c frag != \c NULL;
|
* consuming mode, i.e. \c frag != \c NULL;
|
||||||
* otherwise, its value is \c 0. */
|
* otherwise, its value is \c 0. */
|
||||||
|
|
Loading…
Reference in a new issue