Skip to content

Commit

Permalink
Merge pull request #6762 from ZachFleck42/2.28-backport
Browse files Browse the repository at this point in the history
Backport 2.28: Fix typo in `library/entropy.c`
  • Loading branch information
daverodgman committed Dec 12, 2022
2 parents 08f7f0d + 4364fc9 commit a5edd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/entropy.c
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit a5edd2b

Please sign in to comment.