Fix Astyle error 3

pull/12569/head
phst 2020-03-25 16:20:43 +01:00
parent 406e7a2f4f
commit 75f8c70935
1 changed files with 2 additions and 2 deletions

View File

@ -1096,8 +1096,8 @@ MBED_NORETURN mbed_error_status_t mbed_error(mbed_error_status_t error_status, c
* mbed_set_error_hook( my_custom_error_hook )
*
* @endcode
* @note The erro hook function implementation should be re-entrant.
*
* @note The error hook function implementation should be re-entrant.
*
* @deprecated You should use an overridden mbed_error_hook() function if you like to catch errors in your application.
* With mbed_set_error_hook() it is not possible to catch errors before your application started.
*/