diff options
Diffstat (limited to 'gcc/doc/gty.texi')
-rw-r--r-- | gcc/doc/gty.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/gty.texi b/gcc/doc/gty.texi index 95852c36a2e..55986a195c4 100644 --- a/gcc/doc/gty.texi +++ b/gcc/doc/gty.texi @@ -371,7 +371,7 @@ struct GTY((variable_size)) sorted_fields_type @{ @}; @end smallexample -Then the objects of @code{struct sorted_fields_type} are allocated in GC +Then the objects of @code{struct sorted_fields_type} are allocated in GC memory as follows: @smallexample field_vec = ggc_alloc_sorted_fields_type (size); |