mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-06-03 00:30:21 +00:00
Fix typo in MPS test suite
Signed-off-by: Hanno Becker <hanno.becker@arm.com>
This commit is contained in:
parent
d7fcbfa71e
commit
756abeb4e1
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -56,3 +56,4 @@ massif-*
|
||||||
/TAGS
|
/TAGS
|
||||||
/cscope*.out
|
/cscope*.out
|
||||||
/tags
|
/tags
|
||||||
|
/cmake_baremetal/tests/test_suite_aes.ecb.datax
|
||||||
|
|
|
@ -293,7 +293,7 @@ void mbedtls_mps_reader_pausing_needed_buffer_too_small()
|
||||||
void mbedtls_mps_reader_pausing( int option )
|
void mbedtls_mps_reader_pausing( int option )
|
||||||
{
|
{
|
||||||
/* This test exercises the behaviour of the reader when the
|
/* This test exercises the behaviour of the reader when the
|
||||||
* accumulator is used to fufill a consumer's request.
|
* accumulator is used to fulfill a consumer's request.
|
||||||
*
|
*
|
||||||
* More detailed:
|
* More detailed:
|
||||||
* - The producer feeds some data.
|
* - The producer feeds some data.
|
||||||
|
|
Loading…
Reference in a new issue