summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/armv7-a/arm_releasepending.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/armv7-a/arm_releasepending.c')
-rw-r--r--nuttx/arch/arm/src/armv7-a/arm_releasepending.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/arch/arm/src/armv7-a/arm_releasepending.c b/nuttx/arch/arm/src/armv7-a/arm_releasepending.c
index 4dccc7e09..004ef51aa 100644
--- a/nuttx/arch/arm/src/armv7-a/arm_releasepending.c
+++ b/nuttx/arch/arm/src/armv7-a/arm_releasepending.c
@@ -97,7 +97,7 @@ void up_release_pending(void)
up_savestate(rtcb->xcp.regs);
- /* 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.
*/
@@ -111,13 +111,13 @@ void up_release_pending(void)
/* Copy the exception context into the TCB of the task that
* was currently active. if up_saveusercontext 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 (!up_saveusercontext(rtcb->xcp.regs))
{
- /* 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.
*/