summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSorawee Porncharoenwase <sorawee.pwase@gmail.com>2019-07-01 21:52:31 -0700
committerIvan Maidanski <ivmai@mail.ru>2019-10-07 08:12:18 +0300
commit34c88d306f2054117dbced88ff8735a94538d6ea (patch)
tree1ccd88a70953c5e5374cbf282d301f8afaa068a4
parentfa5e156074a0bca3ecc7d9ef0e94aff410adfc52 (diff)
downloadbdwgc-racket_gc.tar.gz
Fix various typosracket_gc
-rw-r--r--doc/README.changes4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.changes b/doc/README.changes
index 2e622b13..d2eaf010 100644
--- a/doc/README.changes
+++ b/doc/README.changes
@@ -1332,7 +1332,7 @@ Since 6.0alpha7:
whether this scenario ever actually occurred. I found it while tracking
down the following:)
- Incremental collection did not cooperate correctly with the PARALLEL_MARK
- implementation of GC_malloc_many or the local_malloc primitves. It still
+ implementation of GC_malloc_many or the local_malloc primitives. It still
doesn't work well, but it shouldn't lose memory anymore.
- Integrated some changes from the gcc source tree that I had previously
missed. (Thanks to Bryce McKinley for the reminder/diff.)
@@ -1774,7 +1774,7 @@ Since 6.2alpha3:
- Separate gc_conf_macros.h from gc.h.
- Added generic GC_THREADS client-defined macro to set the appropriate
GC_XXX_THREADS internal macro. (gc_config_macros.h.)
- - Add debugging versions of _ignore_off_page allocation primitves.
+ - Add debugging versions of _ignore_off_page allocation primitives.
- Moved declarations of GC_make_closure and GC_debug_invoke_finalizer
from gc.h to gc_priv.h.
- Reset GC_fail_count even if only a small allocation succeeds.