Update copypasta
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
diff --git a/programs/ssl/ssl_test_lib.h b/programs/ssl/ssl_test_lib.h
index abad5a0..861e82a 100644
--- a/programs/ssl/ssl_test_lib.h
+++ b/programs/ssl/ssl_test_lib.h
@@ -179,8 +179,8 @@
* This function is suitable for use as the \c f_rng argument to Mbed TLS
* library functions.
*
- * \param p_rng The CTR_DRBG context. This must be a pointer to a
- * #rng_context_t structure.
+ * \param p_rng The random generator context. This must be a pointer to
+ * a #rng_context_t structure.
* \param output The buffer to fill.
* \param output_len The length of the buffer in bytes.
*