From b158aca5b22a5d4bbd49fd31f9f5b46a1a41a54d Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 1 Jan 2014 12:40:18 -0600 Subject: Add Z16F NSH configuration --- apps/examples/ostest/sighand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/examples/ostest/sighand.c') diff --git a/apps/examples/ostest/sighand.c b/apps/examples/ostest/sighand.c index 32b182c21..ea9775e01 100644 --- a/apps/examples/ostest/sighand.c +++ b/apps/examples/ostest/sighand.c @@ -59,7 +59,7 @@ static void death_of_child(int signo, siginfo_t *info, void *ucontext) { /* Use of printf in a signal handler is NOT safe! It can cause deadlocks! * Also, signals are not queued by NuttX. As a consequence, some - * notifications will get lost (or the info data can be overwrittedn)! + * notifications will get lost (or the info data can be overwrittedn)! * Because POSIX does not require signals to be queued, I do not think * that this is a bug (the overwriting is a bug, however). */ -- cgit v1.2.3