From b04141e736946ad77e83f95c75625e069699d507 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Fri, 25 Feb 2022 08:48:57 +0300 Subject: Fix typo (duplicate word) in GC_unmap_old comment * allchblk.c [USE_MUNMAP] (GC_unmap_old): Remove duplicate "way" in comment. --- allchblk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'allchblk.c') diff --git a/allchblk.c b/allchblk.c index 2b3bc184..37cbdada 100644 --- a/allchblk.c +++ b/allchblk.c @@ -461,8 +461,8 @@ GC_INLINE void GC_adjust_num_unmapped(struct hblk *h GC_ATTR_UNUSED, # endif } -/* Unmap blocks that haven't been recently touched. This is the only way */ -/* way blocks are ever unmapped. */ +/* Unmap blocks that haven't been recently touched. This is the only */ +/* way blocks are ever unmapped. */ GC_INNER void GC_unmap_old(void) { int i; -- cgit v1.2.1