Fix typo.
authorArnaud Charlet <charlet@gcc.gnu.org>
Mon, 23 Jan 2017 11:24:32 +0000 (12:24 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 23 Jan 2017 11:24:32 +0000 (12:24 +0100)
From-SVN: r244781

gcc/ada/freeze.adb

index e6b934f3e598afee2def95725d3b8934c7bfdfd0..c1dbd33c557e2eb599b585be483fd9ad094dd021 100644 (file)
@@ -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