diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2008-06-03 17:41:43 +0000 |
---|---|---|
committer | Ralf Wildenhues <rwild@gcc.gnu.org> | 2008-06-03 17:41:43 +0000 |
commit | 30783513f05cc8e41828a98d64aefd1e7adc9716 (patch) | |
tree | 1c48a0061eef05b5d0e354f42467d46fe33b1fc2 /gcc/ada/sem_cat.adb | |
parent | 458e816dad49140fc3b6c4442b28d2f8c9f10bcf (diff) | |
download | gcc-30783513f05cc8e41828a98d64aefd1e7adc9716.zip gcc-30783513f05cc8e41828a98d64aefd1e7adc9716.tar.gz gcc-30783513f05cc8e41828a98d64aefd1e7adc9716.tar.bz2 |
Makefile.in (common_tools): Fix typos in $(exeext) extension.
gcc/ada/
* Makefile.in (common_tools): Fix typos in $(exeext) extension.
* gnat_ugn.texi (Style Checking)
(Adding the Results of Compiler Checks to gnatcheck Output)
(Example of Binder Output File): Fix typos.
* ali.ads, einfo.ads, exp_ch4.adb, exp_ch6.adb,
exp_dbug.ads, exp_dist.adb, exp_smem.adb, g-socket.ads,
s-osinte-rtems.ads, s-shasto.ads, s-stausa.adb,
s-stausa.ads, sem_cat.adb, sem_ch12.adb, sem_ch3.adb,
sem_ch4.adb, sem_ch6.adb, sem_ch8.adb, sem_util.ads,
sinfo.ads, utils.c: Fix typos in comments.
* sem_ch6.adb, vms_data.ads: Fix typos in strings.
From-SVN: r136329
Diffstat (limited to 'gcc/ada/sem_cat.adb')
-rw-r--r-- | gcc/ada/sem_cat.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_cat.adb b/gcc/ada/sem_cat.adb index 3e4a036..367f255 100644 --- a/gcc/ada/sem_cat.adb +++ b/gcc/ada/sem_cat.adb @@ -1394,7 +1394,7 @@ package body Sem_Cat is elsif Ekind (Param_Type) = E_Anonymous_Access_Type or else Ekind (Param_Type) = E_Anonymous_Access_Subprogram_Type then - -- From RM E.2.2(14), no anonumous access parameter other than + -- From RM E.2.2(14), no anonymous access parameter other than -- controlling ones may be used (because an anonymous access -- type never supports external streaming). |