diff options
Diffstat (limited to 'gcc/ada/layout.ads')
-rw-r--r-- | gcc/ada/layout.ads | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gcc/ada/layout.ads b/gcc/ada/layout.ads index f145082..89ee5bd 100644 --- a/gcc/ada/layout.ads +++ b/gcc/ada/layout.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 2000-2020, Free Software Foundation, Inc. -- +-- Copyright (C) 2000-2021, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -32,10 +32,9 @@ with Types; use Types; package Layout is - -- The following procedures are called from Freeze, so all entities - -- for types and objects that get frozen (which should be all such - -- entities which are seen by the back end) will get laid out by one - -- of these two procedures. + -- The following procedures are called from Freeze, so all entities for + -- types and objects that get frozen (i.e. all types and objects seen by + -- the back end) will get laid out by one of these two procedures. procedure Layout_Type (E : Entity_Id); -- This procedure may set or adjust the fields Esize, RM_Size and |