mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-06-26 15:07:59 +08:00
Fix typo in documentation
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
e8505e37df
commit
58a39e02da
@ -568,7 +568,7 @@ int rnd_pseudo_rand( void *rng_state, unsigned char *output, size_t len )
|
|||||||
* by an attempt to lock the mutex as well. A limitation of this framework is
|
* by an attempt to lock the mutex as well. A limitation of this framework is
|
||||||
* that it cannot detect scenarios where there is exactly the same number of
|
* that it cannot detect scenarios where there is exactly the same number of
|
||||||
* calls to init and free but the calls don't match. A bug like this is
|
* calls to init and free but the calls don't match. A bug like this is
|
||||||
* unlikely happen uniformly throughout the whole test suite though.
|
* unlikely to happen uniformly throughout the whole test suite though.
|
||||||
*
|
*
|
||||||
* If an error is detected, this framework will report what happened and the
|
* If an error is detected, this framework will report what happened and the
|
||||||
* test case will be marked as failed. Unfortunately, the error report cannot
|
* test case will be marked as failed. Unfortunately, the error report cannot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user