ada: Trivial typo fix in comment

gcc/ada/

	* exp_util.ads: Typo fix.
This commit is contained in:
Marc Poulhiès 2023-10-17 16:35:09 +02:00
parent 69813540e3
commit 20585dc92e

View file

@ -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