summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2022-04-27 22:37:27 +0300
committerIvan Maidanski <ivmai@mail.ru>2022-06-16 21:44:14 +0300
commitb04a52548c5d19787240d8253dabf655bc5280c2 (patch)
tree98be51812fa30c0758ca1f7c82b0396af32c24dd
parentb31d66f2219efc826907031ab3080dc26e93913b (diff)
downloadbdwgc-b04a52548c5d19787240d8253dabf655bc5280c2.tar.gz
Fix typo in comment belonging to GC_need_full_gc
* alloc.c (GC_need_full_gc): Fix typo in comment ("due to").
-rw-r--r--alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/alloc.c b/alloc.c
index 7eddbcea..2f9295c5 100644
--- a/alloc.c
+++ b/alloc.c
@@ -77,7 +77,7 @@ word GC_gc_no = 0;
int GC_full_freq = GC_FULL_FREQ;
STATIC GC_bool GC_need_full_gc = FALSE;
- /* Need full GC do to heap growth. */
+ /* Need full GC due to heap growth. */
#ifdef THREAD_LOCAL_ALLOC
GC_INNER GC_bool GC_world_stopped = FALSE;