From dd5923c91f6d3b1afb708abb98fb4d668873a678 Mon Sep 17 00:00:00 2001 From: graham sanderson Date: Thu, 26 Jan 2023 11:20:53 -0600 Subject: [PATCH] oops --- src/rp2_common/pico_rand/include/pico/rand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rp2_common/pico_rand/include/pico/rand.h b/src/rp2_common/pico_rand/include/pico/rand.h index 54d62623..a8e9dbc5 100644 --- a/src/rp2_common/pico_rand/include/pico/rand.h +++ b/src/rp2_common/pico_rand/include/pico/rand.h @@ -37,7 +37,7 @@ extern "C" { * - Bus Performance Counter (\ref PICO_RAND_ENTROPY_SRC_BUS_PERF_COUNTER == 1): One of the bus fabric's performance * counters is mixed in each time. * - * \note all entropy sources are hashed before application to the PRNG state machine. + * \note All entropy sources are hashed before application to the PRNG state machine. * * \note The \em first time a random number is requested, the 128-bit PRNG state * must be seeded. Multiple entropy sources are also available for the seeding operation: