summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src/ez80/ez80_sigdeliver.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/z80/src/ez80/ez80_sigdeliver.c')
-rw-r--r--nuttx/arch/z80/src/ez80/ez80_sigdeliver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/z80/src/ez80/ez80_sigdeliver.c b/nuttx/arch/z80/src/ez80/ez80_sigdeliver.c
index b7084ab6d..3f6b6ed1a 100644
--- a/nuttx/arch/z80/src/ez80/ez80_sigdeliver.c
+++ b/nuttx/arch/z80/src/ez80/ez80_sigdeliver.c
@@ -88,7 +88,7 @@ void up_sigdeliver(void)
sig_deliver_t sigdeliver;
/* Save the errno. This must be preserved throughout the signal handling
- * so that the the user code final gets the correct errno value (probably
+ * so that the user code final gets the correct errno value (probably
* EINTR).
*/