diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2017-01-23 12:24:32 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2017-01-23 12:24:32 +0100 |
commit | 0d1e3cc99536b30a6eec4b3cb373cfc6bbafebd5 (patch) | |
tree | 80693e966b766e09524a8ad6be248545395c5487 /gcc | |
parent | 6adb6030c126ad8aa75ab0ecfb1276ed6c88cead (diff) | |
download | gcc-0d1e3cc99536b30a6eec4b3cb373cfc6bbafebd5.zip gcc-0d1e3cc99536b30a6eec4b3cb373cfc6bbafebd5.tar.gz gcc-0d1e3cc99536b30a6eec4b3cb373cfc6bbafebd5.tar.bz2 |
Fix typo.
From-SVN: r244781
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/freeze.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/freeze.adb b/gcc/ada/freeze.adb index e6b934f..c1dbd33 100644 --- a/gcc/ada/freeze.adb +++ b/gcc/ada/freeze.adb @@ -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 |