From 24e7869484cfc1be857bfa5f8eefd883df6071d8 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Fri, 20 Oct 2017 22:23:33 +0200 Subject: [PATCH] core/include/panic.h: fix typos --- core/include/panic.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/include/panic.h b/core/include/panic.h index 17ad39b127..79ea907117 100644 --- a/core/include/panic.h +++ b/core/include/panic.h @@ -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);