From a408c1719cac9d49a5e4f5650f75109904648b83 Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Mon, 8 Feb 2021 08:17:39 +0000 Subject: [PATCH] Clarify wording in MPS reader documentation Signed-off-by: Hanno Becker --- library/mps_reader.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/mps_reader.h b/library/mps_reader.h index 34da18d608..2163a35b8d 100644 --- a/library/mps_reader.h +++ b/library/mps_reader.h @@ -167,8 +167,8 @@ struct mbedtls_mps_reader * unsuccessful call to mbedtls_mps_reader_get(), * this variable is used to have the reader * remember how much data should be accumulated - * before the reader can be passed back to - * the user again. + * so that the call to mbedtls_mps_reader_get() + * succeeds next time. * This is only used when the reader is in * consuming mode, i.e. \c frag != \c NULL; * otherwise, its value is \c 0. */