aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_ch9.ads
diff options
context:
space:
mode:
authorGary Dismukes <dismukes@adacore.com>2020-04-01 12:38:16 -0400
committerPierre-Marie de Rodat <derodat@adacore.com>2020-06-15 04:04:38 -0400
commit2b20de3abdb894c847d2741f35910d584c8f699a (patch)
tree7a76e14659ee58c0bf8775e1601491ca9f0650fb /gcc/ada/exp_ch9.ads
parentb85120adbab0723862baed90c0430b39b2d6b938 (diff)
[Ada] Minor editorial changes in comments
2020-06-15 Gary Dismukes <dismukes@adacore.com> gcc/ada/ * exp_ch9.ads (Build_Master_Declaration): Add commas. * exp_ch9.adb (Build_Master_Entity): Spelling fix ("build" => "built"). (Build_Task_Activation_Call): Fix word order.
Diffstat (limited to 'gcc/ada/exp_ch9.ads')
-rw-r--r--gcc/ada/exp_ch9.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/exp_ch9.ads b/gcc/ada/exp_ch9.ads
index 3656ac7cdaa..59930a65795 100644
--- a/gcc/ada/exp_ch9.ads
+++ b/gcc/ada/exp_ch9.ads
@@ -56,9 +56,9 @@ package Exp_Ch9 is
-- a renaming of the said master to service the access type.
function Build_Master_Declaration (Loc : Source_Ptr) return Node_Id;
- -- For targets supporting tasks generate:
+ -- For targets supporting tasks, generate:
-- _Master : constant Integer := Current_Master.all;
- -- For targets where tasks or tasking hierarchies are prohibited generate:
+ -- For targets where tasks or tasking hierarchies are prohibited, generate:
-- _Master : constant Master_Id := 3;
procedure Build_Master_Entity (Obj_Or_Typ : Entity_Id);