2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-04-03 08:50:31 +08:00

Fix typo.

From-SVN: r244781
This commit is contained in:
Arnaud Charlet 2017-01-23 12:24:32 +01:00
parent 6adb6030c1
commit 0d1e3cc995

@ -8050,7 +8050,7 @@ package body Freeze is
end if;
-- Ensure that all anonymous access-to-subprogram types inherit the
-- covention of their related subprogram (RM 6.3.1 13.1/3). This is
-- convention of their related subprogram (RM 6.3.1 13.1/3). This is
-- not done for a defaulted convention Ada because those types also
-- default to Ada. Convention Protected must not be propagated when
-- the subprogram is an entry because this would be illegal. The only