summaryrefslogtreecommitdiff
path: root/include/gc/gc_mark.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gc/gc_mark.h')
-rw-r--r--include/gc/gc_mark.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gc/gc_mark.h b/include/gc/gc_mark.h
index adbc28ab..8291b1a4 100644
--- a/include/gc/gc_mark.h
+++ b/include/gc/gc_mark.h
@@ -256,7 +256,7 @@ GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL
GC_generic_malloc_ignore_off_page(
size_t /* lb */, int /* knd */);
/* As above, but pointers to past the */
- /* first page of the resulting object */
+ /* first hblk of the resulting object */
/* are ignored. */
/* Generalized version of GC_malloc_[atomic_]uncollectable. */