aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_res.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/sem_res.adb')
-rw-r--r--gcc/ada/sem_res.adb12
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/ada/sem_res.adb b/gcc/ada/sem_res.adb
index 7b30bd3..336b186 100644
--- a/gcc/ada/sem_res.adb
+++ b/gcc/ada/sem_res.adb
@@ -86,10 +86,10 @@ package body Sem_Res is
-----------------------
-- Second pass (top-down) type checking and overload resolution procedures
- -- Typ is the type required by context. These procedures propagate the type
- -- information recursively to the descendants of N. If the node is not
+ -- Typ is the type required by context. These procedures propagate the
+ -- type information recursively to the descendants of N. If the node is not
-- overloaded, its Etype is established in the first pass. If overloaded,
- -- the Resolve routines set the correct type. For arith. operators, the
+ -- the Resolve routines set the correct type. For arithmetic operators, the
-- Etype is the base type of the context.
-- Note that Resolve_Attribute is separated off in Sem_Attr
@@ -245,9 +245,9 @@ package body Sem_Res is
Typ : Entity_Id;
Op_Id : Entity_Id);
-- Inverse transformation: if an operator is given in functional notation,
- -- then after resolving the node, transform into an operator node, so
- -- that operands are resolved properly. Recall that predefined operators
- -- do not have a full signature and special resolution rules apply.
+ -- then after resolving the node, transform into an operator node, so that
+ -- operands are resolved properly. Recall that predefined operators do not
+ -- have a full signature and special resolution rules apply.
procedure Rewrite_Renamed_Operator
(N : Node_Id;