From 20585dc92ef4d6223631d043f4846cc97343fc52 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marc=20Poulhi=C3=A8s?= Date: Tue, 17 Oct 2023 16:35:09 +0200 Subject: [PATCH] ada: Trivial typo fix in comment gcc/ada/ * exp_util.ads: Typo fix. --- gcc/ada/exp_util.ads | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ada/exp_util.ads b/gcc/ada/exp_util.ads index 95ea4403c5da..932bf3fdcbc3 100644 --- a/gcc/ada/exp_util.ads +++ b/gcc/ada/exp_util.ads @@ -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 -- 2.47.2