diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2010-06-14 11:28:36 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2010-06-14 11:28:36 +0200 |
commit | eb23d93aceeebe41ff382a331e70b5f865d43251 (patch) | |
tree | 2526c06f429b25e534004d773bfe73c8d3936c03 /gcc/ada/sem_ch13.adb | |
parent | a50d57855134cc158154d694ef70df0020790aa9 (diff) | |
download | gcc-eb23d93aceeebe41ff382a331e70b5f865d43251.zip gcc-eb23d93aceeebe41ff382a331e70b5f865d43251.tar.gz gcc-eb23d93aceeebe41ff382a331e70b5f865d43251.tar.bz2 |
Fix typo.
From-SVN: r160717
Diffstat (limited to 'gcc/ada/sem_ch13.adb')
-rw-r--r-- | gcc/ada/sem_ch13.adb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/sem_ch13.adb b/gcc/ada/sem_ch13.adb index fe95611..a14f414 100644 --- a/gcc/ada/sem_ch13.adb +++ b/gcc/ada/sem_ch13.adb @@ -1027,9 +1027,9 @@ package body Sem_Ch13 is -- of the annotation done by the back end. This entry is -- only made if the address clause comes from source. -- If the entity has a generic type, the check will be - -- performed in the instance if the actual type justfies it, - -- and we do not insert the clause in the table to prevent - -- spurious warnings. + -- performed in the instance if the actual type justifies + -- it, and we do not insert the clause in the table to + -- prevent spurious warnings. if Address_Clause_Overlay_Warnings and then Comes_From_Source (N) |