mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-24 01:52:08 +08:00
Fix typo in message_buffer_utest.c
This commit is contained in:

committed by
Paul Bartell

parent
c82e6caa34
commit
5c7f33fbfb
@ -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 )
|
void test_xMessageBufferCreate_malloc_fail( void )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user