aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_util.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/exp_util.adb')
-rw-r--r--gcc/ada/exp_util.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/exp_util.adb b/gcc/ada/exp_util.adb
index 0a0ae93..2be81a5 100644
--- a/gcc/ada/exp_util.adb
+++ b/gcc/ada/exp_util.adb
@@ -2042,7 +2042,7 @@ package body Exp_Util is
elsif Is_Underlying_Full_View (Work_Typ) then
return;
- -- Use the first subtype when dealing with various base types
+ -- Use the first subtype when dealing with implicit base types
elsif Is_Itype (Work_Typ) then
Work_Typ := First_Subtype (Work_Typ);