summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDimitris Apostolou <dimitris.apostolou@icloud.com>2022-01-03 23:34:03 +0200
committerIvan Maidanski <ivmai@mail.ru>2022-01-05 12:55:13 +0300
commit71703938734481f9c26d39382363e34461527379 (patch)
treef6941f800b4efbd3a05a98d4546a3b8c3a1472d4 /ChangeLog
parent38d7a92b8b90ac0d5c3d178ea15c376a9490524e (diff)
downloadbdwgc-71703938734481f9c26d39382363e34461527379.tar.gz
Fix typos in comments in allchblk.c and gc.h
Issue #408 (bdwgc). * allchblk.c (GC_merge_unmapped): Fix a typo in comment ("mergeable"). * include/gc/gc.h (GC_set_stop_func): Fix a typo in comment ("triggered"). * ChangeLog: Likewise. * ChangeLog: Fix a typo in comment ("unmergeable").
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6dc7a2d7..51960d25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5638,7 +5638,7 @@ replacing GC_never_stop_func with GC_default_stop_func (if
possible).
* alloc.c (GC_gcollect): Use GC_default_stop_func.
* alloc.c (GC_collect_or_expand): Use GC_default_stop_func
-(instead of GC_never_stop_func) unless it is trigged due to out of
+(instead of GC_never_stop_func) unless it is triggered due to out of
memory; don't increment GC_fail_count and don't output warning
(before trying to collect again) in case the collection has been
interrupted (by GC_default_stop_func) and the heap expansion has
@@ -7271,7 +7271,7 @@ GC_delete_gc_thread.
* misc.c: Declare GC_thr_init().
* allchblk.c (add_to_fl): disable assertions with USE_MUNMAP,
-and refine assertions to handle huge unmergable blocks.
+and refine assertions to handle huge unmergeable blocks.
(GC_allochblk_nth): Add comment.
* include/private/gcconfig.h: Add missing FREEBSD macro