diff options
author | Gary Dismukes <dismukes@adacore.com> | 2016-10-13 12:24:21 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2016-10-13 14:24:21 +0200 |
commit | c9d2e84b72ff8032b8407bb27e9818f01ba8b55d (patch) | |
tree | a11d98f66dba227f2c9ca059635970615b0eb260 /gcc/ada/sem_ch13.ads | |
parent | 2eef1fc11358cb848d027f43956e8166ba613b5d (diff) | |
download | gcc-c9d2e84b72ff8032b8407bb27e9818f01ba8b55d.zip gcc-c9d2e84b72ff8032b8407bb27e9818f01ba8b55d.tar.gz gcc-c9d2e84b72ff8032b8407bb27e9818f01ba8b55d.tar.bz2 |
exp_ch7.adb, [...]: Minor typo fixes and reformatting.
2016-10-13 Gary Dismukes <dismukes@adacore.com>
* exp_ch7.adb, einfo.ads, sem_prag.adb, sem_prag.ads, sem.ads,
sem_attr.adb, sem_case.adb, sem_ch13.ads: Minor typo fixes and
reformatting.
From-SVN: r241109
Diffstat (limited to 'gcc/ada/sem_ch13.ads')
-rw-r--r-- | gcc/ada/sem_ch13.ads | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ada/sem_ch13.ads b/gcc/ada/sem_ch13.ads index af056be..8003f8e 100644 --- a/gcc/ada/sem_ch13.ads +++ b/gcc/ada/sem_ch13.ads @@ -192,13 +192,13 @@ package Sem_Ch13 is -- N is a pragma Compile_Time_Error or Compile_Warning_Error whose boolean -- expression is not known at compile time. This procedure makes an entry -- in a table. The actual checking is performed by Validate_Compile_Time_ - -- Warning_Errors which is invoked after calling the backend. + -- Warning_Errors, which is invoked after calling the back end. procedure Validate_Compile_Time_Warning_Errors; - -- This routine is called after calling the backend to validate pragmas + -- This routine is called after calling the back end to validate pragmas -- Compile_Time_Error and Compile_Time_Warning for size and alignment -- appropriateness. The reason it is called that late is to take advantage - -- of any back-annotation of size and alignment performed by the backend. + -- of any back-annotation of size and alignment performed by the back end. procedure Validate_Unchecked_Conversion (N : Node_Id; @@ -212,10 +212,10 @@ package Sem_Ch13 is -- back end as required. procedure Validate_Unchecked_Conversions; - -- This routine is called after calling the backend to validate unchecked + -- This routine is called after calling the back end to validate unchecked -- conversions for size and alignment appropriateness. The reason it is -- called that late is to take advantage of any back-annotation of size - -- and alignment performed by the backend. + -- and alignment performed by the back end. procedure Validate_Address_Clauses; -- This is called after the back end has been called (and thus after the |