diff options
author | Bob Duff <duff@adacore.com> | 2023-03-29 14:11:29 -0400 |
---|---|---|
committer | Marc Poulhiès <poulhies@adacore.com> | 2023-05-26 09:29:19 +0200 |
commit | 19668be0f8673a3545b0ad823fe1dd459f2f6772 (patch) | |
tree | 8bec9a22b27da1a152e3a7330c30be8ab1a89203 /gcc/ada/lib-xref.adb | |
parent | 18a72d68c9daf72a5690be652fd1b0eb217035a2 (diff) | |
download | gcc-19668be0f8673a3545b0ad823fe1dd459f2f6772.zip gcc-19668be0f8673a3545b0ad823fe1dd459f2f6772.tar.gz gcc-19668be0f8673a3545b0ad823fe1dd459f2f6772.tar.bz2 |
ada: Fix typos "statment" and "condtion"
...caused by moving code here from Atree.
gcc/ada/
* einfo.ads: Add comma.
* contracts.adb: Fix typos.
* exp_attr.adb: Likewise.
* exp_ch5.adb: Likewise.
* exp_ch6.adb: Likewise.
* lib-xref.adb: Likewise.
Diffstat (limited to 'gcc/ada/lib-xref.adb')
-rw-r--r-- | gcc/ada/lib-xref.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/lib-xref.adb b/gcc/ada/lib-xref.adb index b45c601..3d6b298 100644 --- a/gcc/ada/lib-xref.adb +++ b/gcc/ada/lib-xref.adb @@ -706,7 +706,7 @@ package body Lib.Xref is Set_Referenced (E); -- For the case where the entity is on the left hand side of an - -- assignment statment, we do nothing here. + -- assignment statement, we do nothing here. -- The processing for Analyze_Assignment_Statement will set the -- Referenced_As_LHS flag. |