summaryrefslogtreecommitdiff
path: root/blacklst.c
diff options
context:
space:
mode:
authorOndrej Bilka <neleai@seznam.cz>2013-07-11 11:57:32 +0400
committerIvan Maidanski <ivmai@mail.ru>2013-07-11 11:59:40 +0400
commitaf453022720d3ae2f0f7ecb0f11029421e553abb (patch)
tree16451cac8bb7e2f5a869fb9a77447208df9a578a /blacklst.c
parent5f52b60915bc7effa5d68ea7da8c29584806e9ce (diff)
downloadbdwgc-af453022720d3ae2f0f7ecb0f11029421e553abb.tar.gz
Fix typos in comments
* blacklst.c: Fix typo ("even though"). * cord/cordbscs.c: Fix typo ("exponentially"). * cord/cordxtra.c: Fix typo ("represented"). * dyn_load.c: Fix typos ("uncollectible", "occurred"). * extra/AmigaOS: Fix typos ("specific", "necessary", "always", "effectiveness"). * finalize.c: Fix typo ("descendants"). * include/cord.h: Fix typo ("idiosyncrasies"). * include/gc.h: Fix typo ("collectible"). * include/gc_allocator.h: Fix typos ("allocator", "[un]collectible"). * mach_dep.c: Fix typo ("erroneously"). * malloc.c: Fix typos ("[un]collectible", "pointer-free", "initialization"). * mallocx.c: Fix typos ("largely", "pointer-free", "uncollectible"). * mark.c: Fix typos ("[un]collectible", "even though"). * misc.c: Fix typo ("erroneously"). * os_dep.c: Fix typos ("non-addressable", "happening", "pointer-free"). * tests/test.c: Fix typos ("uncollectible", "reversed"). * tests/test_cpp.cc: Fix typos ("[un]collectible"). * typd_mlc.c: Fix typo ("copyright"). * win32_threads.c: Fix typos ("optimization", "uncollectible").
Diffstat (limited to 'blacklst.c')
-rw-r--r--blacklst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/blacklst.c b/blacklst.c
index 77ad6758..dcac51a7 100644
--- a/blacklst.c
+++ b/blacklst.c
@@ -21,7 +21,7 @@
* See the definition of page_hash_table in gc_private.h.
* False hits from the stack(s) are much more dangerous than false hits
* from elsewhere, since the former can pin a large object that spans the
- * block, eventhough it does not start on the dangerous block.
+ * block, even though it does not start on the dangerous block.
*/
/*