From b72b7e6b9d8930056aed105abb797934e4b18596 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Wed, 2 Jun 2021 21:17:36 +0200 Subject: [PATCH] Fix long-standing obsolete comment Signed-off-by: Gilles Peskine --- tests/include/test/random.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/include/test/random.h b/tests/include/test/random.h index b64a072b3..642828078 100644 --- a/tests/include/test/random.h +++ b/tests/include/test/random.h @@ -84,8 +84,7 @@ int mbedtls_test_rnd_zero_rand( void *rng_state, * \p rng_state shall be a pointer to a #mbedtls_test_rnd_buf_info structure. * * The number of bytes released from the buffer on each call to - * the random function is specified by per_call. (Can be between - * 1 and 4) + * the random function is specified by \p len. * * After the buffer is empty, this function will call the fallback RNG in the * #mbedtls_test_rnd_buf_info structure if there is one, and