summaryrefslogtreecommitdiff
path: root/nuttx/arch/sim/src/up_exit.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/sim/src/up_exit.c')
-rw-r--r--nuttx/arch/sim/src/up_exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/sim/src/up_exit.c b/nuttx/arch/sim/src/up_exit.c
index 5c2cd3dc4..4a829e3cc 100644
--- a/nuttx/arch/sim/src/up_exit.c
+++ b/nuttx/arch/sim/src/up_exit.c
@@ -68,7 +68,7 @@
* This function causes the currently executing task to cease
* to exist. This is a special case of task_delete() where the task to
* be deleted is the currently executing task. It is more complex because
- * a context switch must be perform to the the next ready to run task.
+ * a context switch must be perform to the next ready to run task.
*
****************************************************************************/