From 018ff6e65dcc563321d27d010e693dd8413e2f45 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 25 Jun 2009 17:44:35 +0000 Subject: Consolidate buffer dumping; fix all occurrences of 'the the' git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1951 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/z16/src/common/up_sigdeliver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/arch/z16/src/common/up_sigdeliver.c') diff --git a/nuttx/arch/z16/src/common/up_sigdeliver.c b/nuttx/arch/z16/src/common/up_sigdeliver.c index e6aa6325d..a8eecdda2 100644 --- a/nuttx/arch/z16/src/common/up_sigdeliver.c +++ b/nuttx/arch/z16/src/common/up_sigdeliver.c @@ -87,7 +87,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). */ -- cgit v1.2.3