From 34c88d306f2054117dbced88ff8735a94538d6ea Mon Sep 17 00:00:00 2001 From: Sorawee Porncharoenwase Date: Mon, 1 Jul 2019 21:52:31 -0700 Subject: Fix various typos --- doc/README.changes | 4 ++-- 1 file 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. -- cgit v1.2.1