summaryrefslogtreecommitdiff
path: root/nuttx/sched/sig_deliver.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/sig_deliver.c')
-rw-r--r--nuttx/sched/sig_deliver.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/nuttx/sched/sig_deliver.c b/nuttx/sched/sig_deliver.c
index bbfe0965c..a1297fbc2 100644
--- a/nuttx/sched/sig_deliver.c
+++ b/nuttx/sched/sig_deliver.c
@@ -75,12 +75,11 @@
****************************************************************************/
/****************************************************************************
- * Function: sig_deliver
+ * Name: sig_deliver
*
* Description:
- * This function is called on the thread of execution of
- * the signal receiving task. It processes all queued
- * signals then returns.
+ * This function is called on the thread of execution of the signal
+ * receiving task. It processes all queued signals then returns.
*
****************************************************************************/