summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/setjmp_t.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/setjmp_t.c b/tools/setjmp_t.c
index cf459a41..99f1f7d7 100644
--- a/tools/setjmp_t.c
+++ b/tools/setjmp_t.c
@@ -112,7 +112,7 @@ int main(void)
setjmp(b);
if (y == 1) {
if (x == 2) {
- printf("Setjmp-based generic mark_regs code probably wont work.\n");
+ printf("Setjmp-based generic mark_regs code probably won't work.\n");
printf("But we rarely try that anymore. If you have getcontect()\n");
printf("this probably doesn't matter.\n");
} else if (x == 1) {