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/contracts.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/contracts.adb')
-rw-r--r-- | gcc/ada/contracts.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/contracts.adb b/gcc/ada/contracts.adb index e2df8b9..d3ceaa9 100644 --- a/gcc/ada/contracts.adb +++ b/gcc/ada/contracts.adb @@ -1640,7 +1640,7 @@ package body Contracts is -- return -- Result_Obj : constant Typ := _Wrapped_Statements -- do - -- <postconditions statments> + -- <postconditions statements> -- end return; -- end; @@ -1658,7 +1658,7 @@ package body Contracts is -- -- begin -- _Wrapped_Statements; - -- <postconditions statments> + -- <postconditions statements> -- end; -- Create Identifier |