1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-05-27 05:21:06 +03:00

Fix typo in library/entropy.c

Signed-off-by: Zachary Fleckenstein <ZachFleck42@Gmail.com>
This commit is contained in:
Zachary Fleckenstein 2022-12-09 09:26:42 -05:00
parent 0e0793f4ac
commit 4364fc94c1

View File

@ -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).