aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_ch8.adb
diff options
context:
space:
mode:
authorHristian Kirtchev <kirtchev@adacore.com>2016-07-04 10:19:10 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2016-07-04 12:19:10 +0200
commitc308e7620eccfbb8f0b5859aab351e3192d761c1 (patch)
tree517b604b4f76308f98fafb0a39765f69077d51e7 /gcc/ada/sem_ch8.adb
parentf50f7e2c00bb3cbf404b241d88af8697b33d2279 (diff)
downloadgcc-c308e7620eccfbb8f0b5859aab351e3192d761c1.zip
gcc-c308e7620eccfbb8f0b5859aab351e3192d761c1.tar.gz
gcc-c308e7620eccfbb8f0b5859aab351e3192d761c1.tar.bz2
sem_ch3.adb, [...]: Minor reformatting.
2016-07-04 Hristian Kirtchev <kirtchev@adacore.com> * sem_ch3.adb, sem_type.adb, sem_ch12.adb, xref_lib.adb, freeze.adb, sinput-l.adb, sinput-l.ads, sem_ch4.adb, sem_ch8.adb: Minor reformatting. From-SVN: r237965
Diffstat (limited to 'gcc/ada/sem_ch8.adb')
-rw-r--r--gcc/ada/sem_ch8.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/sem_ch8.adb b/gcc/ada/sem_ch8.adb
index e4aa908..1f2a985 100644
--- a/gcc/ada/sem_ch8.adb
+++ b/gcc/ada/sem_ch8.adb
@@ -6996,8 +6996,8 @@ package body Sem_Ch8 is
and then not Is_Tagged_Type (Etype (First_Entity (F)))
then
Error_Msg_N
- ("prefixed call is only allowed for objects "
- & "of a tagged type", N);
+ ("prefixed call is only allowed for objects of a "
+ & "tagged type", N);
end if;
end;