From beca146a95df1d058b5cf2e8fc3f9fd776c33116 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 4 Sep 2014 10:28:38 -0600 Subject: Mostly cosmetic changes --- nuttx/arch/arm/src/armv7-a/arm_schedulesigaction.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/arch') diff --git a/nuttx/arch/arm/src/armv7-a/arm_schedulesigaction.c b/nuttx/arch/arm/src/armv7-a/arm_schedulesigaction.c index 1a6d88b05..dfdf5235f 100644 --- a/nuttx/arch/arm/src/armv7-a/arm_schedulesigaction.c +++ b/nuttx/arch/arm/src/armv7-a/arm_schedulesigaction.c @@ -75,7 +75,7 @@ * This function is called by the OS when one or more * signal handling actions have been queued for execution. * The architecture specific code must configure things so - * that the 'igdeliver' callback is executed on the thread + * that the 'sigdeliver' callback is executed on the thread * specified by 'tcb' as soon as possible. * * This function may be called from interrupt handling logic. -- cgit v1.2.3