aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_aux.ads
diff options
context:
space:
mode:
authorHristian Kirtchev <kirtchev@adacore.com>2019-07-05 07:03:25 +0000
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>2019-07-05 07:03:25 +0000
commit6d0289b1ec9e1f2b963d6dc6bb5cf262913c429c (patch)
tree5baf58053673f4fd7fdba1e5b4bde4a6fb1b8b28 /gcc/ada/sem_aux.ads
parentc365eb26e87eab31f55b760fe4220b68fb952b72 (diff)
downloadgcc-6d0289b1ec9e1f2b963d6dc6bb5cf262913c429c.zip
gcc-6d0289b1ec9e1f2b963d6dc6bb5cf262913c429c.tar.gz
gcc-6d0289b1ec9e1f2b963d6dc6bb5cf262913c429c.tar.bz2
[Ada] Minor reformatting
2019-07-05 Hristian Kirtchev <kirtchev@adacore.com> gcc/ada/ * bindo-units.adb, checks.adb, exp_attr.adb, exp_ch3.adb, exp_ch4.adb, exp_pakd.adb, lib-writ.adb, libgnat/g-traceb.adb, libgnat/g-traceb.ads, libgnat/s-stratt.ads, sem_aux.ads, sem_util.adb: Minor reformatting. From-SVN: r273123
Diffstat (limited to 'gcc/ada/sem_aux.ads')
-rw-r--r--gcc/ada/sem_aux.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_aux.ads b/gcc/ada/sem_aux.ads
index ec0f5e7..f3b7f24 100644
--- a/gcc/ada/sem_aux.ads
+++ b/gcc/ada/sem_aux.ads
@@ -87,7 +87,7 @@ package Sem_Aux is
-----------------
function Ancestor_Subtype (Typ : Entity_Id) return Entity_Id;
- -- The argument Id is a type or subtype entity. If the argument is a
+ -- The argument Typ is a type or subtype entity. If the argument is a
-- subtype then it returns the subtype or type from which the subtype was
-- obtained, otherwise it returns Empty.