summaryrefslogtreecommitdiff
path: root/nuttx/sched/pthread_keycreate.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/pthread_keycreate.c')
-rw-r--r--nuttx/sched/pthread_keycreate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/pthread_keycreate.c b/nuttx/sched/pthread_keycreate.c
index c11ccafe1..402d0e690 100644
--- a/nuttx/sched/pthread_keycreate.c
+++ b/nuttx/sched/pthread_keycreate.c
@@ -81,7 +81,7 @@
* thread.
*
* Upon key creation, the value NULL will be associated with
- * the the new key in all active threads. Upon thread
+ * the new key in all active threads. Upon thread
* creation, the value NULL will be associated with all
* defined keys in the new thread.
*