From 46101c76f934baa6ebab2369508c8ebb22b8a71f Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Mon, 22 Feb 2021 15:11:15 +0000 Subject: [PATCH] Improve wording of documentation of mbedtls_mps_size_t Signed-off-by: Hanno Becker --- library/mps_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/mps_common.h b/library/mps_common.h index 467e6cc30..b91cd7268 100644 --- a/library/mps_common.h +++ b/library/mps_common.h @@ -150,7 +150,7 @@ /** \brief The type of buffer sizes and offsets used in MPS structures. * * 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 * to reduce the size of MPS structures.