diff options
Diffstat (limited to 'gcc/ada/layout.adb')
-rw-r--r-- | gcc/ada/layout.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/layout.adb b/gcc/ada/layout.adb index c449416..0c7a777 100644 --- a/gcc/ada/layout.adb +++ b/gcc/ada/layout.adb @@ -2928,7 +2928,7 @@ package body Layout is return; end if; - -- No effect if any component is atomic/VFA or is a by reference type + -- No effect if any component is atomic/VFA or is a by-reference type declare Ent : Entity_Id; |