summaryrefslogtreecommitdiff
path: root/gcc/ada/exp_strm.ads
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2017-01-23 13:24:47 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2017-01-23 13:24:47 +0000
commit72f889fa14d4944224fde9345c7e41ed7a8f294d (patch)
tree93acdab7460f98cc9ac128236578eb6e952d1e94 /gcc/ada/exp_strm.ads
parent08525c36b8db34246dc8f1e2e75b81424b1c52e7 (diff)
downloadgcc-72f889fa14d4944224fde9345c7e41ed7a8f294d.tar.gz
2017-01-23 Gary Dismukes <dismukes@adacore.com>
* exp_strm.ads: Minor reformatting and typo fixes. 2017-01-23 Hristian Kirtchev <kirtchev@adacore.com> * sem_aggr.adb, par_sco.adb, exp_util.adb, sem.adb, sem_ch4.adb, exp_aggr.adb: Minor reformatting. * g-diopit.adb: minor grammar/punctuation fix in comment. * g-byorma.ads: minor fix of unbalanced parens in comment. 2017-01-23 Hristian Kirtchev <kirtchev@adacore.com> * par.adb: Update the documentation of component Labl. * par-ch6.adb (P_Return_Statement): Set the expected label of an extended return statement to Error. 2017-01-23 Tristan Gingold <gingold@adacore.com> * s-boustr.ads, s-boustr.adb (Is_Full): New function. 2017-01-23 Ed Schonberg <schonberg@adacore.com> * expander.adb: Handle N_Delta_Aggregate. 2017-01-23 Javier Miranda <miranda@adacore.com> * exp_ch6.adb (Expand_Call): Improve the code that checks if some formal of the called subprogram is a class-wide interface, to handle subtypes of class-wide interfaces. 2017-01-23 Javier Miranda <miranda@adacore.com> * checks.adb (Apply_Parameter_Aliasing_Checks): Remove side effects of the actuals before generating the overlap check. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@244806 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/exp_strm.ads')
-rw-r--r--gcc/ada/exp_strm.ads8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/exp_strm.ads b/gcc/ada/exp_strm.ads
index 397206c93fb..e3b859f1564 100644
--- a/gcc/ada/exp_strm.ads
+++ b/gcc/ada/exp_strm.ads
@@ -111,10 +111,10 @@ package Exp_Strm is
Fnam : out Entity_Id;
Use_Underlying : Boolean := True);
-- Build function for Input attribute for record type or for an elementary
- -- type (the latter is used only in the case where a user defined Read
- -- routine is defined, since in other cases, Input calls the appropriate
- -- runtime library routine directly. The flag Use_Underlying controls
- -- weither the base type or the underlying type of the base type of Typ is
+ -- type (the latter is used only in the case where a user-defined Read
+ -- routine is defined, since, in other cases, Input calls the appropriate
+ -- runtime library routine directly). The flag Use_Underlying controls
+ -- whether the base type or the underlying type of the base type of Typ is
-- used during construction.
procedure Build_Record_Or_Elementary_Output_Procedure