diff options
author | Marc Poulhiès <poulhies@adacore.com> | 2023-10-17 16:35:09 +0200 |
---|---|---|
committer | Marc Poulhiès <poulhies@adacore.com> | 2023-11-21 10:57:40 +0100 |
commit | 20585dc92ef4d6223631d043f4846cc97343fc52 (patch) | |
tree | fec4e40196205298fb71eb41f0d1e9f04a776868 /gcc | |
parent | 69813540e300d249ae7cec5849c8a11e22519328 (diff) | |
download | gcc-20585dc92ef4d6223631d043f4846cc97343fc52.zip gcc-20585dc92ef4d6223631d043f4846cc97343fc52.tar.gz gcc-20585dc92ef4d6223631d043f4846cc97343fc52.tar.bz2 |
ada: Trivial typo fix in comment
gcc/ada/
* exp_util.ads: Typo fix.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/exp_util.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/exp_util.ads b/gcc/ada/exp_util.ads index 95ea440..932bf3f 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 |