aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_ch13.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2010-06-14 11:28:36 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2010-06-14 11:28:36 +0200
commiteb23d93aceeebe41ff382a331e70b5f865d43251 (patch)
tree2526c06f429b25e534004d773bfe73c8d3936c03 /gcc/ada/sem_ch13.adb
parenta50d57855134cc158154d694ef70df0020790aa9 (diff)
downloadgcc-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.adb6
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)