]> granicus.if.org Git - gc/commitdiff
Fix a typo in 'primitives' word in ChangeLog
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:41:46 +0000 (08:41 +0300)
(a cherry-pick of 34c88d306 from 'racket_gc')

* ChangeLog (6.2alpha4): Fix typo ("primitives").

ChangeLog

index 75eb851098fa2a7cc0a688ff099f201dbe7710fe..f9fc6b4c0f365fb032d322903d5c2d165273d59f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -8215,7 +8215,7 @@ process.
 * 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.