mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-14 08:47:45 -04:00
Fix typo in message_buffer_utest.c
This commit is contained in:
parent
c82e6caa34
commit
5c7f33fbfb
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ void test_xMessageBufferCreate_integer_overflow( void )
|
|||
}
|
||||
|
||||
/**
|
||||
* @breif API should fail and return null if the malloc fails.
|
||||
* @brief API should fail and return null if the malloc fails.
|
||||
*/
|
||||
void test_xMessageBufferCreate_malloc_fail( void )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue