summaryrefslogtreecommitdiff
path: root/allchblk.c
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2022-02-25 08:48:57 +0300
committerIvan Maidanski <ivmai@mail.ru>2022-02-25 08:48:57 +0300
commitb04141e736946ad77e83f95c75625e069699d507 (patch)
tree20f6c35c6ccf25bce542b9fc15d9a168eae54f85 /allchblk.c
parentcfb325ff353464572cd444b41c673ae79a35288e (diff)
downloadbdwgc-b04141e736946ad77e83f95c75625e069699d507.tar.gz
Fix typo (duplicate word) in GC_unmap_old comment
* allchblk.c [USE_MUNMAP] (GC_unmap_old): Remove duplicate "way" in comment.
Diffstat (limited to 'allchblk.c')
-rw-r--r--allchblk.c4
1 files changed, 2 insertions, 2 deletions
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;