Commit eb23d93a by Arnaud Charlet

Fix typo.

From-SVN: r160717
parent a50d5785
...@@ -1027,9 +1027,9 @@ package body Sem_Ch13 is ...@@ -1027,9 +1027,9 @@ package body Sem_Ch13 is
-- of the annotation done by the back end. This entry is -- of the annotation done by the back end. This entry is
-- only made if the address clause comes from source. -- only made if the address clause comes from source.
-- If the entity has a generic type, the check will be -- If the entity has a generic type, the check will be
-- performed in the instance if the actual type justfies it, -- performed in the instance if the actual type justifies
-- and we do not insert the clause in the table to prevent -- it, and we do not insert the clause in the table to
-- spurious warnings. -- prevent spurious warnings.
if Address_Clause_Overlay_Warnings if Address_Clause_Overlay_Warnings
and then Comes_From_Source (N) and then Comes_From_Source (N)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment