aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Dismukes <dismukes@adacore.com>2021-05-10 15:14:38 -0400
committerPierre-Marie de Rodat <derodat@adacore.com>2021-07-06 14:46:56 +0000
commit0547a12f6ae617009ecb264674aa3ebb0c8fe462 (patch)
treeefb92df7c34077e6dc6a214c675f846dc65356d4
parent160a6c31074afde0bfc835591a95653c5e65cc45 (diff)
downloadgcc-0547a12f6ae617009ecb264674aa3ebb0c8fe462.zip
gcc-0547a12f6ae617009ecb264674aa3ebb0c8fe462.tar.gz
gcc-0547a12f6ae617009ecb264674aa3ebb0c8fe462.tar.bz2
[Ada] Reformatting, typo corrections, and minor rewording of a comment.
gcc/ada/ * exp_ch4.adb (Process_Transient_In_Expression): In one comment, fix two typos and reorder wording of one sentence, plus minor reformatting.
-rw-r--r--gcc/ada/exp_ch4.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/exp_ch4.adb b/gcc/ada/exp_ch4.adb
index 738d651..7e8a741 100644
--- a/gcc/ada/exp_ch4.adb
+++ b/gcc/ada/exp_ch4.adb
@@ -14952,9 +14952,9 @@ package body Exp_Ch4 is
-- Hook := null;
-- end if;
- -- Note that the value returned by Find_Hook_Context may be an
- -- operator node, which is not a list member. We must locate in the
- -- tree the proper node after which to inwert the finaliation code.
+ -- Note that the value returned by Find_Hook_Context may be an operator
+ -- node, which is not a list member. We must locate the proper node in
+ -- in the tree after which to insert the finalization code.
else
while not Is_List_Member (Fin_Context) loop