]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - boehm-gc/include/private/gc_hdrs.h
Import Boehm GC version 6.6.
[thirdparty/gcc.git] / boehm-gc / include / private / gc_hdrs.h
index 96749ab1bf02cfd1118dc348d17794c6c20e1bf1..70dfefe8fa7dc2725d2b14a409abe2fd7447a507 100644 (file)
@@ -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) \
        { \