From f1afb576a1b69ecb344dbcecd82333d63ab76193 Mon Sep 17 00:00:00 2001 From: Justin W Smith <103147162+justsmth@users.noreply.github.com> Date: Wed, 19 Jun 2024 19:22:50 -0400 Subject: [PATCH] Update rand.c Co-authored-by: torben-hansen <50673096+torben-hansen@users.noreply.github.com> --- crypto/fipsmodule/rand/rand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/fipsmodule/rand/rand.c b/crypto/fipsmodule/rand/rand.c index cf1949bf45..6d12f21092 100644 --- a/crypto/fipsmodule/rand/rand.c +++ b/crypto/fipsmodule/rand/rand.c @@ -101,7 +101,7 @@ struct rand_thread_state { // fork-unsafe buffering was enabled. int fork_unsafe_buffering; - // snapsafe_generation_id is non-zero when active. When the value changes, + // snapsafe_generation is non-zero when active. When the value changes, // the drbg state must be reseeded. uint32_t snapsafe_generation;