summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorKlemens Zwischenbrugger <ka7@la-evento.com>2017-02-21 00:17:57 +0300
committerIvan Maidanski <ivmai@mail.ru>2017-02-21 00:19:58 +0300
commita15b39922e14163a68da9812fe44b9169bd6ad43 (patch)
tree52bd137e5a68542816ac852b9b79ceefdd3d3a5a /tools
parentdff4de2dad7be3c01ef4a7060c61a9f52784277b (diff)
downloadbdwgc-a15b39922e14163a68da9812fe44b9169bd6ad43.tar.gz
Fix various typos in comments and printed messages
This patch contains some spelling fixes (just in comments and C strings passed to printf) as found by bot (https://github.com/ka7/misspell_fixer). * SMakefile.amiga: Fix typo in comment ("don't"). * WCC_MAKEFILE (SYSTEM): Fix typo in comment ("uncomment"). * configure.ac [!GCC] (gc_cflags): Fix typo in comment ("actually"). * configure.ac (NO_CLOCK): Fix typo in comment ("targeting"). * doc/README.amiga: Fix typos in documentation ("there's", "compliant", "documentation"). * extra/AmigaOS.c [GC_AMIGA_PRINTSTATS] (GC_amiga_free_all_mem): Fix typos in printed messages ("succeeded", "succeeding"). * include/gc.h (GC_get_heap_size): Fix typo in comment ("below"). * tools/setjmp_t.c (main): Fix typo in printed message ("won't").
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) {