]> granicus.if.org Git - gc/commitdiff
Fix various typos racket_gc
authorSorawee Porncharoenwase <sorawee.pwase@gmail.com>
Tue, 2 Jul 2019 04:52:31 +0000 (21:52 -0700)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 7 Oct 2019 05:12:18 +0000 (08:12 +0300)
doc/README.changes

index 2e622b13b2c3e256f484744044bf903bb13c8e8b..d2eaf010146b9fb93aca955d4ab18b9ec5ffdab3 100644 (file)
@@ -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.