summaryrefslogtreecommitdiff
path: root/new_hblk.c
diff options
context:
space:
mode:
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. */