diff options
Diffstat (limited to 'stdlib/tst-setcontext.c')
-rw-r--r-- | stdlib/tst-setcontext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/tst-setcontext.c b/stdlib/tst-setcontext.c index 9294472..d65f3b9 100644 --- a/stdlib/tst-setcontext.c +++ b/stdlib/tst-setcontext.c @@ -111,7 +111,7 @@ test_stack (volatile int a, volatile int b, if (e != 5) { - printf ("%s: getcontext clobbers varible e\n", __FUNCTION__); + printf ("%s: getcontext clobbers variable e\n", __FUNCTION__); exit (1); } |