Fix typo in MPS test suite

Signed-off-by: Hanno Becker <hanno.becker@arm.com>
This commit is contained in:
Hanno Becker 2021-03-08 16:28:09 +00:00
parent d7fcbfa71e
commit 756abeb4e1
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -56,3 +56,4 @@ massif-*
/TAGS
/cscope*.out
/tags
/cmake_baremetal/tests/test_suite_aes.ecb.datax

View file

@ -293,7 +293,7 @@ void mbedtls_mps_reader_pausing_needed_buffer_too_small()
void mbedtls_mps_reader_pausing( int option )
{
/* 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:
* - The producer feeds some data.