summaryrefslogtreecommitdiff
path: root/new_hblk.c
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2023-01-17 19:05:57 +0300
committerIvan Maidanski <ivmai@mail.ru>2023-01-17 19:05:57 +0300
commit25aa62fee7b13902e4f0fbef3e42db22325a7614 (patch)
tree7be9bca42151effa9ebb5cc35039963acd5f5acf /new_hblk.c
parent05b220b9846f8b4842d18530bf183275b873e538 (diff)
downloadbdwgc-25aa62fee7b13902e4f0fbef3e42db22325a7614.tar.gz
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.
Diffstat (limited to 'new_hblk.c')
-rw-r--r--new_hblk.c2
1 files changed, 1 insertions, 1 deletions
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. */