From 3b9bcd57ba655b01a4082304f975d90eacb7da34 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 26 Jan 2017 07:18:53 -0600 Subject: [PATCH] Remove uninterpretable comment. --- arch/arm/src/armv7-m/up_doirq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/src/armv7-m/up_doirq.c b/arch/arm/src/armv7-m/up_doirq.c index ed33a27aed1..8a9cea505e9 100644 --- a/arch/arm/src/armv7-m/up_doirq.c +++ b/arch/arm/src/armv7-m/up_doirq.c @@ -67,7 +67,7 @@ uint32_t *up_doirq(int irq, uint32_t *regs) * CURRENT_REGS is handled and (2) the design associated with * CONFIG_ARCH_INTERRUPTSTACK. The savestate variable will not work for * that purpose as implemented here because only the outermost nested - * interrupt can result in a context switch (it can probably be deleted). + * interrupt can result in a context switch. */ /* Current regs non-zero indicates that we are processing an interrupt;