ada: Fix typo in comment
gcc/ada/ * exp_ch3.adb (Make_Allocator_For_Return): Fix typo in comment.
This commit is contained in:
parent
9c213cb867
commit
8d1c1b02d6
1 changed files with 1 additions and 1 deletions
|
@ -7196,7 +7196,7 @@ package body Exp_Ch3 is
|
||||||
-- We always use the type of the expression for the qualified
|
-- We always use the type of the expression for the qualified
|
||||||
-- expression, rather than the return object's type. We cannot
|
-- expression, rather than the return object's type. We cannot
|
||||||
-- always use the return object's type because the expression
|
-- always use the return object's type because the expression
|
||||||
-- might be of a specific type and the return object mignt not.
|
-- might be of a specific type and the return object might not.
|
||||||
|
|
||||||
Alloc :=
|
Alloc :=
|
||||||
Make_Allocator (Loc,
|
Make_Allocator (Loc,
|
||||||
|
|
Loading…
Add table
Reference in a new issue