aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Trojanek <trojanek@adacore.com>2022-06-30 12:40:39 +0200
committerPierre-Marie de Rodat <derodat@adacore.com>2022-07-12 12:24:15 +0000
commit7005b5e57eb4ce03f6166d62f7aa60b01677df1f (patch)
treeba7c06cae777df8d787d693416a361f83428f2fe
parent6e3c2ee1d17a45eaf2095d4f64462da0993b881e (diff)
downloadgcc-7005b5e57eb4ce03f6166d62f7aa60b01677df1f.zip
gcc-7005b5e57eb4ce03f6166d62f7aa60b01677df1f.tar.gz
gcc-7005b5e57eb4ce03f6166d62f7aa60b01677df1f.tar.bz2
[Ada] Fix inconsistent comment about expansion of exception declarations
Code cleanup. gcc/ada/ * exp_ch11.adb (Expand_N_Exception_Declaration): Sync comment with declaration in System.Standard_Library.
-rw-r--r--gcc/ada/exp_ch11.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/exp_ch11.adb b/gcc/ada/exp_ch11.adb
index c60fe34..c4a59f5 100644
--- a/gcc/ada/exp_ch11.adb
+++ b/gcc/ada/exp_ch11.adb
@@ -1136,7 +1136,7 @@ package body Exp_Ch11 is
Set_Is_Statically_Allocated (Ex_Id);
-- Create the aggregate list for type Standard.Exception_Type:
- -- Handled_By_Other component: False
+ -- Not_Handled_By_Others component: False
L := Empty_List;
Append_To (L, New_Occurrence_Of (Standard_False, Loc));