From 25aa62fee7b13902e4f0fbef3e42db22325a7614 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Tue, 17 Jan 2023 19:05:57 +0300 Subject: Fix typos in comments and documentation (regarding 'it is') * ChangeLog (4.3): Fix typo ("it's"). * doc/platforms/README.amiga (GC_AMIGA_GC): Likewise. * extra/AmigaOS.c (GC_amiga_allocwrapper_any): Fix typo in comment ("it's"). * malloc.c (GC_free): Likewise. * new_hblk.c (GC_build_fl): Likewise. * os_dep.c [DATASTART_USES_BSDGETDATASTART] (GC_FreeBSDGetDataStart): Likewise. * reclaim.c (GC_start_reclaim): Likewise. --- new_hblk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'new_hblk.c') diff --git a/new_hblk.c b/new_hblk.c index 83f5627d..30a9a9ef 100644 --- a/new_hblk.c +++ b/new_hblk.c @@ -110,7 +110,7 @@ GC_INNER ptr_t GC_build_fl(struct hblk *h, size_t sz, GC_bool clear, word *p, *prev; word *last_object; /* points to last object in new hblk */ - /* Do a few prefetches here, just because its cheap. */ + /* Do a few prefetches here, just because it's cheap. */ /* If we were more serious about it, these should go inside */ /* the loops. But write prefetches usually don't seem to */ /* matter much. */ -- cgit v1.2.1