From f45e2a247e74e6cb7e66c573772203bec7aba583 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 11 Dec 2015 10:06:40 -0600 Subject: [PATCH] Cosmetic fix to comment --- arch | 2 +- sched/signal/sig_dispatch.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/arch b/arch index c8448d662d6..ca979759a70 160000 --- a/arch +++ b/arch @@ -1 +1 @@ -Subproject commit c8448d662d63fecbbd8c603ab54cfbe2de200fe1 +Subproject commit ca979759a701c3c5e7acb8fc8c604ee112c45601 diff --git a/sched/signal/sig_dispatch.c b/sched/signal/sig_dispatch.c index 9027fddddb7..b6027c9b7ec 100644 --- a/sched/signal/sig_dispatch.c +++ b/sched/signal/sig_dispatch.c @@ -165,7 +165,8 @@ static FAR sigpendq_t *sig_allocatependingsignal(void) } /* If we were not called from an interrupt handler, then we are - * free to allocate pending action structures if necessary. */ + * free to allocate pending action structures if necessary. + */ else {