From: Arnaud Charlet Date: Mon, 23 Jan 2017 11:24:32 +0000 (+0100) Subject: Fix typo. X-Git-Tag: basepoints/gcc-8~1467 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d1e3cc99536b30a6eec4b3cb373cfc6bbafebd5;p=thirdparty%2Fgcc.git Fix typo. From-SVN: r244781 --- diff --git a/gcc/ada/freeze.adb b/gcc/ada/freeze.adb index e6b934f3e598..c1dbd33c557e 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