From ffc64167e4d0eccbee19794d7eac6b6946cddb63 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Sat, 13 May 2023 11:56:36 +0300 Subject: Fix old name (typo) of gc_priv.h * blacklst.c: Fix old file name in comment ("gc_priv.h"). * include/private/gcconfig.h: Likewise. * tools/setjmp_t.c (main): Fix old file name in message ("gc_priv.h"). --- blacklst.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'blacklst.c') diff --git a/blacklst.c b/blacklst.c index 5d083ff9..faf05da3 100644 --- a/blacklst.c +++ b/blacklst.c @@ -18,7 +18,7 @@ * We maintain several hash tables of hblks that have had false hits. * Each contains one bit per hash bucket; If any page in the bucket * has had a false hit, we assume that all of them have. - * See the definition of page_hash_table in gc_private.h. + * See the definition of page_hash_table in gc_priv.h. * False hits from the stack(s) are much more dangerous than false hits * from elsewhere, since the former can pin a large object that spans the * block, even though it does not start on the dangerous block. @@ -233,7 +233,7 @@ GC_INNER void GC_unpromote_black_lists(void) } /* - * Is the block starting at h of size len bytes black listed? If so, + * Is the block starting at h of size len bytes black listed? If so, * return the address of the next plausible r such that (r, len) might not * be black listed. (R may not actually be in the heap. We guarantee only * that every smaller value of r after h is also black listed.) -- cgit v1.2.1