aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_ch5.adb
diff options
context:
space:
mode:
authorBob Duff <duff@adacore.com>2023-03-29 14:11:29 -0400
committerMarc Poulhiès <poulhies@adacore.com>2023-05-26 09:29:19 +0200
commit19668be0f8673a3545b0ad823fe1dd459f2f6772 (patch)
tree8bec9a22b27da1a152e3a7330c30be8ab1a89203 /gcc/ada/exp_ch5.adb
parent18a72d68c9daf72a5690be652fd1b0eb217035a2 (diff)
downloadgcc-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/exp_ch5.adb')
-rw-r--r--gcc/ada/exp_ch5.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/exp_ch5.adb b/gcc/ada/exp_ch5.adb
index b4d9311..30af98b 100644
--- a/gcc/ada/exp_ch5.adb
+++ b/gcc/ada/exp_ch5.adb
@@ -3972,7 +3972,7 @@ package body Exp_Ch5 is
Declarations : constant List_Id := New_List (Selector_Decl);
- -- Start of processing for Expand_General_Case_Statment
+ -- Start of processing for Expand_General_Case_Statement
begin
if Present (Choice_Index_Decl) then