Fix typo in message_buffer_utest.c

This commit is contained in:
Paul Bartell
2021-04-06 13:04:10 -07:00
committed by Paul Bartell
parent c82e6caa34
commit 5c7f33fbfb

View File

@ -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 )
{ {