Mostly cosmetic changes

This commit is contained in:
Gregory Nutt 2014-09-04 10:28:38 -06:00
parent 15e439d6de
commit 70e5350942

View File

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