summaryrefslogtreecommitdiff
path: root/nuttx/sched/pg_miss.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/pg_miss.c')
-rw-r--r--nuttx/sched/pg_miss.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/sched/pg_miss.c b/nuttx/sched/pg_miss.c
index 32c9c5bb8..aa04b2d53 100644
--- a/nuttx/sched/pg_miss.c
+++ b/nuttx/sched/pg_miss.c
@@ -65,7 +65,7 @@
*
* 1) Sanity checking.
* - ASSERT if the currently executing task is the page fill worker
- * thread. The page fill worker thread is how the the page fault
+ * thread. The page fill worker thread is how the page fault
* is resolved and all logic associated with the page fill worker
* must be "locked" and always present in memory.
* - ASSERT if an interrupt was executing at the time of the exception.
@@ -127,7 +127,7 @@ void pg_miss(void)
/* Sanity checking
*
* ASSERT if the currently executing task is the page fill worker thread.
- * The page fill worker thread is how the the page fault is resolved and
+ * The page fill worker thread is how the page fault is resolved and
* all logic associated with the page fill worker must be "locked" and
* always present in memory.
*/