From 4364fc94c10917301ced11688a6180da41d77a3e Mon Sep 17 00:00:00 2001 From: Zachary Fleckenstein Date: Fri, 9 Dec 2022 09:26:42 -0500 Subject: [PATCH] Fix typo in `library/entropy.c` Signed-off-by: Zachary Fleckenstein --- library/entropy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/entropy.c b/library/entropy.c index e3b337ff3..77e2bfdd5 100644 --- a/library/entropy.c +++ b/library/entropy.c @@ -590,7 +590,7 @@ static int mbedtls_entropy_source_self_test_check_bits( const unsigned char *buf } /* - * A test to ensure hat the entropy sources are functioning correctly + * A test to ensure that the entropy sources are functioning correctly * and there is no obvious failure. The test performs the following checks: * - The entropy source is not providing only 0s (all bits unset) or 1s (all * bits set).