Cosmetic fix to comment

This commit is contained in:
Gregory Nutt 2015-12-11 10:06:40 -06:00
parent f9f19d867b
commit f45e2a247e
2 changed files with 3 additions and 2 deletions

2
arch

@ -1 +1 @@
Subproject commit c8448d662d63fecbbd8c603ab54cfbe2de200fe1
Subproject commit ca979759a701c3c5e7acb8fc8c604ee112c45601

View File

@ -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
{