summaryrefslogtreecommitdiff
path: root/nuttx/arch/sim/src/up_schedulesigaction.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/sim/src/up_schedulesigaction.c')
-rw-r--r--nuttx/arch/sim/src/up_schedulesigaction.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/sim/src/up_schedulesigaction.c b/nuttx/arch/sim/src/up_schedulesigaction.c
index b22aa5252..ca61e8ddf 100644
--- a/nuttx/arch/sim/src/up_schedulesigaction.c
+++ b/nuttx/arch/sim/src/up_schedulesigaction.c
@@ -1,7 +1,7 @@
/****************************************************************************
* up_schedulesigaction.c
*
- * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007-2010 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -98,7 +98,7 @@
void up_schedule_sigaction(_TCB *tcb, sig_deliver_t sigdeliver)
{
- /* We don't have to anything complex of the simulated target */
+ /* We don't have to anything complex for the simulated target */
if (tcb == (_TCB*)g_readytorun.head)
{