From: Marc Poulhiès Date: Tue, 17 Oct 2023 14:35:09 +0000 (+0200) Subject: ada: Trivial typo fix in comment X-Git-Tag: basepoints/gcc-15~4498 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=20585dc92ef4d6223631d043f4846cc97343fc52;p=thirdparty%2Fgcc.git ada: Trivial typo fix in comment gcc/ada/ * exp_util.ads: Typo fix. --- 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