aboutsummaryrefslogtreecommitdiff
path: root/nuttx/sched/pause.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/pause.c')
-rw-r--r--nuttx/sched/pause.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/sched/pause.c b/nuttx/sched/pause.c
index fb5542d84..607c4c775 100644
--- a/nuttx/sched/pause.c
+++ b/nuttx/sched/pause.c
@@ -86,7 +86,7 @@
* suspend the calling thread until delivery of a signal whose action is
* either to execute a signal-catching function or to terminate the
* process. This implementation only waits for any non-blocked signal
- * to be recieved.
+ * to be received.
*
****************************************************************************/
@@ -96,7 +96,7 @@ int pause(void)
struct siginfo value;
/* 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().
*/