summaryrefslogtreecommitdiff
path: root/nuttx/arch
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-04 10:28:38 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-04 10:28:38 -0600
commitbeca146a95df1d058b5cf2e8fc3f9fd776c33116 (patch)
tree1315a353c954b3a02b6784c8198041477afedfae /nuttx/arch
parent972c183c21e5554ee61caeffe2fab56305fc3f70 (diff)
downloadpx4-nuttx-beca146a95df1d058b5cf2e8fc3f9fd776c33116.tar.gz
px4-nuttx-beca146a95df1d058b5cf2e8fc3f9fd776c33116.tar.bz2
px4-nuttx-beca146a95df1d058b5cf2e8fc3f9fd776c33116.zip
Mostly cosmetic changes
Diffstat (limited to 'nuttx/arch')
-rw-r--r--nuttx/arch/arm/src/armv7-a/arm_schedulesigaction.c2
1 files changed, 1 insertions, 1 deletions
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.