aboutsummaryrefslogtreecommitdiff
path: root/nuttx/sched/sleep.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/sleep.c')
-rw-r--r--nuttx/sched/sleep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/sleep.c b/nuttx/sched/sleep.c
index 03884a5b6..9b3b6d57f 100644
--- a/nuttx/sched/sleep.c
+++ b/nuttx/sched/sleep.c
@@ -141,7 +141,7 @@ unsigned int sleep(unsigned int seconds)
if (seconds)
{
/* Set up for the sleep. Using the empty set means that we are not
- * waiting for any particualar signal. However, any unmasked signal
+ * waiting for any particular signal. However, any unmasked signal
* can still awaken sigtimedwait().
*/