diff options
Diffstat (limited to 'gcc/ada/exp_attr.adb')
-rw-r--r-- | gcc/ada/exp_attr.adb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/exp_attr.adb b/gcc/ada/exp_attr.adb index db8f6a30d5d..57e94d29840 100644 --- a/gcc/ada/exp_attr.adb +++ b/gcc/ada/exp_attr.adb @@ -4046,13 +4046,13 @@ package body Exp_Attr is X : constant Node_Id := Prefix (N); Y : constant Node_Id := First (Expressions (N)); - -- The argumens + -- The arguments X_Addr, Y_Addr : Node_Id; - -- the expressions for their addresses + -- Rhe expressions for their addresses X_Size, Y_Size : Node_Id; - -- the expressions for their sizes + -- Rhe expressions for their sizes begin -- The attribute is expanded as: |