From f2194a8e2697696cbddf0e0e8db0a0506dc8a3d1 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie <alexandre.abadie@inria.fr> Date: Mon, 7 Jan 2019 20:50:59 +0100 Subject: [PATCH] core/irq: fix 2 missing words in documentation --- core/include/irq.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/include/irq.h b/core/include/irq.h index 29a969a023..9ed47876d5 100644 --- a/core/include/irq.h +++ b/core/include/irq.h @@ -30,7 +30,7 @@ /** * @brief This function sets the IRQ disable bit in the status register * - * @return Previous value of status register. The return value should not + * @return Previous value of status register. The return value should not be * interpreted as a boolean value. The actual value is only * significant for irq_restore(). * @@ -41,7 +41,7 @@ unsigned irq_disable(void); /** * @brief This function clears the IRQ disable bit in the status register * - * @return Previous value of status register. The return value should not + * @return Previous value of status register. The return value should not be * interpreted as a boolean value. The actual value is only * significant for irq_restore(). * -- GitLab