From 6c16316374c1eb1eaa163fd0fb520e87c2e78747 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sun, 12 Jul 2015 16:36:23 +0200 Subject: [PATCH] remove typo --- hermit/arch/x86/include/asm/irqflags.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hermit/arch/x86/include/asm/irqflags.h b/hermit/arch/x86/include/asm/irqflags.h index 48cfbd087..6a14ec63c 100644 --- a/hermit/arch/x86/include/asm/irqflags.h +++ b/hermit/arch/x86/include/asm/irqflags.h @@ -83,7 +83,7 @@ inline static void irq_nested_enable(uint8_t flags) { irq_enable(); } -/** @brief Determines, if the interrupt flags (IF) is ser +/** @brief Determines, if the interrupt flags (IF) is set * * @return * - 1 interrupt flag is set