summaryrefslogtreecommitdiff
path: root/stdlib/tst-setcontext.c
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@codesourcery.com>2009-12-24 13:22:33 -0800
committerUlrich Drepper <drepper@redhat.com>2009-12-24 13:22:33 -0800
commit92505456637430272dc01f082b6f9dbb7f7cb60e (patch)
tree65a51cf792b355026dc1e211206eb36df57ac709 /stdlib/tst-setcontext.c
parent6f89d2f30f97211431d965993f570ed680747584 (diff)
Additional setcontext(), etc. conformance tests.
Diffstat (limited to 'stdlib/tst-setcontext.c')
-rw-r--r--stdlib/tst-setcontext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/tst-setcontext.c b/stdlib/tst-setcontext.c
index 51296f74ab..9a6d79ba9d 100644
--- a/stdlib/tst-setcontext.c
+++ b/stdlib/tst-setcontext.c
@@ -133,7 +133,7 @@ check_called (void)
{
if (back_in_main == 0)
{
- puts ("program did no reach main again");
+ puts ("program did not reach main again");
_exit (1);
}
}