summaryrefslogtreecommitdiffstats
path: root/gcc/ada/exp_ch9.adb
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2013-07-08 07:47:39 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2013-07-08 07:47:39 +0000
commit623e8f9457ce278a23507096db016a067fb7a94c (patch)
tree69e24bf84cd90dc2f3e2b0d30abf8f6fd73e23e6 /gcc/ada/exp_ch9.adb
parent89eef040b552f84261ebe0c1d4b060bce6d73d15 (diff)
downloadppe42-gcc-623e8f9457ce278a23507096db016a067fb7a94c.tar.gz
ppe42-gcc-623e8f9457ce278a23507096db016a067fb7a94c.zip
2013-07-08 Javier Miranda <miranda@adacore.com>
* sem_ch8.adb (Save_Scope_Stack): Adding documentation. (Restore_Scope_Stack): Remove the elements of the list when the visibility of each entity is restored. 2013-07-08 Robert Dewar <dewar@adacore.com> * exp_ch9.adb, sem.ads, sem_util.adb: Minor reformatting. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@200756 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/exp_ch9.adb')
-rw-r--r--gcc/ada/exp_ch9.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/exp_ch9.adb b/gcc/ada/exp_ch9.adb
index 20a346ceec2..59c5b2d62ce 100644
--- a/gcc/ada/exp_ch9.adb
+++ b/gcc/ada/exp_ch9.adb
@@ -3347,7 +3347,7 @@ package body Exp_Ch9 is
if Known_Static_Esize (Comp_Type) then
Typ_Size := UI_To_Int (Esize (Comp_Type));
- -- If the Esize (Object_Size) is unknown at compile-time, look at
+ -- If the Esize (Object_Size) is unknown at compile time, look at
-- the RM_Size (Value_Size) since it may have been set by an
-- explicit representation clause.
OpenPOWER on IntegriCloud