summaryrefslogtreecommitdiff
path: root/nuttx/arch/z16/src/common/up_releasepending.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/z16/src/common/up_releasepending.c')
-rw-r--r--nuttx/arch/z16/src/common/up_releasepending.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/arch/z16/src/common/up_releasepending.c b/nuttx/arch/z16/src/common/up_releasepending.c
index a25459730..7db0cd614 100644
--- a/nuttx/arch/z16/src/common/up_releasepending.c
+++ b/nuttx/arch/z16/src/common/up_releasepending.c
@@ -99,7 +99,7 @@ void up_release_pending(void)
SAVE_IRQCONTEXT(rtcb);
- /* Restore the exception context of the rtcb at the (new) head
+ /* Restore the exception context of the rtcb at the (new) head
* of the g_readytorun task list.
*/
@@ -115,13 +115,13 @@ void up_release_pending(void)
/* Copy the exception context into the TCB of the task that
* was currently active. if SAVE_USERCONTEXT returns a non-zero
- * value, then this is really the previously running task
+ * value, then this is really the previously running task
* restarting!
*/
else if (!SAVE_USERCONTEXT(rtcb))
{
- /* Restore the exception context of the rtcb at the (new) head
+ /* Restore the exception context of the rtcb at the (new) head
* of the g_readytorun task list.
*/