From 8fc107c9fb6e30251877e99234486dac0203f04b Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Mon, 8 Feb 2021 08:19:16 +0000 Subject: [PATCH] Clarify wording in MPS reader documentation Signed-off-by: Hanno Becker --- library/mps_reader.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/mps_reader.h b/library/mps_reader.h index 2163a35b8..48bec8252 100644 --- a/library/mps_reader.h +++ b/library/mps_reader.h @@ -146,7 +146,8 @@ struct mbedtls_mps_reader * Must be 0 if \c frag == \c NULL. */ mbedtls_mps_stored_size_t commit; /*!< The offset of the last commit, relative - * to the first byte in the accumulator. + * to the first byte in the fragment or, if + * present, the accumulator. * This is only used when the reader is in * consuming mode, i.e. \c frag != \c NULL; * otherwise, its value is \c 0. */