summaryrefslogtreecommitdiff
path: root/include/private/gc_hdrs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/private/gc_hdrs.h')
-rw-r--r--include/private/gc_hdrs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/private/gc_hdrs.h b/include/private/gc_hdrs.h
index 96749ab1..70dfefe8 100644
--- a/include/private/gc_hdrs.h
+++ b/include/private/gc_hdrs.h
@@ -108,7 +108,7 @@ extern hdr * GC_invalid_header; /* header for an imaginary block */
/* Analogous to GET_HDR, except that in the case of large objects, it */
/* Returns the header for the object beginning, and updates p. */
-/* Returns &GC_bad_header instead of 0. All of this saves a branch */
+/* Returns GC_invalid_header instead of 0. All of this saves a branch */
/* in the fast path. */
# define HC_GET_HDR(p, hhdr, source) \
{ \