diff options
author | Etienne Servais <servais@adacore.com> | 2021-12-03 15:13:07 +0100 |
---|---|---|
committer | Pierre-Marie de Rodat <derodat@adacore.com> | 2022-01-06 17:11:35 +0000 |
commit | 41a7b9484a39657deab7cac7092c2bf634a39365 (patch) | |
tree | 2f19782ff911aa4ee3a3473e9f4907310eec6686 /gcc/ada/restrict.adb | |
parent | 1f26ff11b688e3cec00da85b13f6f33e23fc7410 (diff) | |
download | gcc-41a7b9484a39657deab7cac7092c2bf634a39365.zip gcc-41a7b9484a39657deab7cac7092c2bf634a39365.tar.gz gcc-41a7b9484a39657deab7cac7092c2bf634a39365.tar.bz2 |
[Ada] Fix typo in comments found running aspell
gcc/ada/
* atree.adb: Fix typo.
* einfo.ads: Likewise.
* exp_aggr.adb: Likewise.
* exp_ch6.adb: Likewise.
* exp_ch7.adb: Likewise.
* exp_ch9.adb: Likewise.
* exp_prag.adb: Likewise.
* exp_unst.adb: Likewise.
* exp_unst.ads: Likewise.
* exp_util.adb: Likewise.
* par-endh.adb: Likewise.
* par.adb: Likewise.
* restrict.adb: Likewise.
* sem.ads: Likewise.
* sem_ch4.adb: Likewise.
* sem_ch5.adb: Likewise.
* sem_ch6.adb: Likewise.
* sem_ch8.adb: Likewise.
* sem_ch12.adb: Likewise.
* sem_ch13.adb: Likewise.
* sem_dim.adb: Likewise.
* sem_elab.adb: Likewise.
* sem_prag.adb: Likewise.
* sem_res.adb: Likewise.
* sem_util.adb: Likewise.
* sem_util.ads: Likewise.
* sinfo.ads: Likewise.
* sprint.adb: Likewise.
* urealp.adb: Likewise.
Diffstat (limited to 'gcc/ada/restrict.adb')
-rw-r--r-- | gcc/ada/restrict.adb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/restrict.adb b/gcc/ada/restrict.adb index 966c491..cc5d33a 100644 --- a/gcc/ada/restrict.adb +++ b/gcc/ada/restrict.adb @@ -71,12 +71,12 @@ package body Restrict is No_Specification_Of_Aspect_Warning : array (Aspect_Id) of Boolean := (others => True); - -- An entry in this array is set False in reponse to a previous call to - -- Set_No_Speficiation_Of_Aspect for pragmas in the main unit that + -- An entry in this array is set False in response to a previous call to + -- Set_No_Specification_Of_Aspect for pragmas in the main unit that -- specify Warning as False. Once set False, an entry is never reset. No_Specification_Of_Aspect_Set : Boolean := False; - -- Set True if any entry of No_Specifcation_Of_Aspects has been set True. + -- Set True if any entry of No_Specification_Of_Aspects has been set True. -- Once set True, this is never turned off again. No_Use_Of_Attribute : array (Attribute_Id) of Source_Ptr := |