diff options
Diffstat (limited to 'gcc/doc/tm.texi')
-rw-r--r-- | gcc/doc/tm.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 34f94c6e29d..12f7d81b68f 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -924,7 +924,7 @@ used to initialize the @code{machine} of that structure. @code{struct machine_function} structures are expected to be freed by GC@. Generally, any memory that they reference must be allocated by using -@code{ggc_alloc}, including the structure itself. +GC allocation, including the structure itself. @end deftypevar @node Storage Layout |