1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

core/include/panic.h: fix typos

This commit is contained in:
Kaspar Schleiser 2017-10-20 22:23:33 +02:00
parent 32c10ae2c9
commit 24e7869484

View File

@ -75,10 +75,10 @@ typedef enum {
NORETURN void core_panic(core_panic_t crash_code, const char *message);
/**
* @brief architecture dependent handling of an panic case
* @brief architecture dependent handling of a panic case
*
* This function gives the CPU the possibility to execute architecture
* dependent code in case of an severe error.
* dependent code in case of a severe error.
*/
void panic_arch(void);