ada: Trivial typo fix in comment
gcc/ada/ * exp_util.ads: Typo fix.
This commit is contained in:
parent
69813540e3
commit
20585dc92e
1 changed files with 1 additions and 1 deletions
|
@ -1070,7 +1070,7 @@ package Exp_Util is
|
|||
-- call and is analyzed and resolved on return. Name_Req may only be set to
|
||||
-- True if Exp has the form of a name, and the effect is to guarantee that
|
||||
-- any replacement maintains the form of name. If Renaming_Req is set to
|
||||
-- True, the routine produces an object renaming reclaration capturing the
|
||||
-- True, the routine produces an object renaming declaration capturing the
|
||||
-- expression. If Variable_Ref is set to True, a variable is considered as
|
||||
-- side effect (used in implementing Force_Evaluation). Note: after call to
|
||||
-- Remove_Side_Effects, it is safe to call New_Copy_Tree to obtain a copy
|
||||
|
|
Loading…
Add table
Reference in a new issue